Problems with module and vite ssr #45149
Labels
package: system
Specific to @mui/system
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
Steps to reproduce
Steps:
Current behavior
There is an error when we use React project + vite ssr. When we build app, we get error
To escape this problem we shoud add @mui/styled-engine to ssr vite config like this
ssr: { noExternal: [ '@mui/material', '@mui/utils', '@mui/styled-engine', '@mui/icons-material', '@mui/system', 'react-countdown-circle-timer', ], },
Expected behavior
No response
Context
No response
Your environment
npx @mui/envinfo
Search keywords: vite, ssr
The text was updated successfully, but these errors were encountered: