Learn how to use MUI chips input with Next.js Once you have installed MUI Chips Input in your next.js project, it is important to transpile it as it is an ESM package first.
Install all necessary packages according to the official MUI-Material installation guide: https://mui.com/material-ui/getting-started/installation/. Install @rescript ...