Search code examples
material-uiemotionesbuildremix.run

remix Cannot find module '@emotion/server/types/create-instance'


I would like to use @mui/material with remix run. I follow this example https://github.com/mui/material-ui/blob/master/examples/remix-with-typescript/app/entry.server.tsx Also I follow blues stack https://github.com/remix-run/blues-stack

After npm run dev I have next error: Error: Cannot find module '@emotion/server/types/create-instance' Actually I dont have an idea, what's wrong. Error screen


Solution

  • Needs import @emotion/server/create-instance