Nico142

Results 2 comments of Nico142

Hi @brijeshb42, I tried the `6.0.0-alpha.19` version of `@mui/styled-engine-sc` (with `@mui/material` & `@mui/styles` in version `6.0.0-alpha.0`) but still get the same result. @ZeeshanTamboli: yes, thats correct. The error occurred with...

You can also resolve this issue by using [inline deps](https://vitest.dev/config/#server-deps-inline), though I haven’t tested whether it’s faster than `fallbackCJS`: ```js test: { server: { deps: { inline: [ '@mui/material', '@mui/system',...