You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#51872. We were exploring in
mui/material-ui#35457 the option to move the
`modularizeImports` config to our Next.js examples to fixmui/material-ui#35450 however, we never got to
complete the work.
We are not yet in a position where we can apply modularizeImports to
`@mui/material`. We still have folders to create to make it work.
Maybe we should closemui/material-ui#35457?
Co-authored-by: JJ Kasper <jj@jjsweb.site>
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000 Binaries: Node: 18.15.0 npm: 7.24.2 Yarn: 1.22.19 pnpm: 7.30.3 Relevant packages: next: 13.4.8-canary.5 eslint-config-next: 12.3.4 react: 18.2.0 react-dom: 18.2.0 typescript: 5.0.2
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue or a replay of the bug
n/a
To Reproduce
Create a project which uses
@mui/material
e.g. a component like below, with the dependencies:Describe the Bug
When you upgrade to the canary version and have an existing project that uses
@material/ui
the build step breaks with the following error:Expected Behavior
Able to compile existing code without new build errors
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: