Is anyone using Material…

less than 1 minute read

Is anyone using Material-UI with NX + React? I thought it would have been easy to get in, I installed it with yarn and even followed the steps <https://material-ui.com/guides/typescript/#typescript here> for TypeScript however it’s failing to import the module with TS2307 error

Responses:

We’re using MUI with NX and React. I added it to the project a while ago, but I don’t remember doing any sort of special setup for it.

same. must be something up with your set up. Just fired up sample workspace and it works out of the box. https://github.com/joshamos/nx-material-react

Updated: