-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export 'internal_processStyles' (imported as 'processStyles') was not found in '@mui/styled-engine' #33878
Comments
Same issue here -- we didn't change anything on our end so it appears that it's a transitive dependency which is likely causing the issue. |
i have the same error : |
Just a heads up @DavidArmendariz & @mpanjato, I was able to resolve this issue by upgrading the following packages to the latest version:
|
Did you also upgrade the |
@cjones26 @mnajdova Thanks! It worked! I guess dependabot doesn't make upgrades to
Is this still the correct way to specify |
any news on this? my dev env is unusable without me changing anything |
@giladv upgrading @mui/styled-engine worked for me. |
doesn't work with styled-engine-sc unfortunately for me |
Try updating all MUI related packages. If that still doesn't work, it's likely another third-party package is pulling in an older version of |
nothing works.
for some reason styled-engine-sc is staying 5.8 while there's already a 5.10 |
FINALLY. for anyone having problem with this make [email protected] will not work with latest mui/system version. |
👋 Thanks for using MUI Core! We use GitHub issues exclusively as a bug and feature requests tracker, however, For support, please check out https://mui.com/getting-started/support/. Thanks! If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. |
The solution to return to "dependencies": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest",
"@mui/styled-engine-sc": "5.8.0"
},
"resolutions": {
"@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
}, However, our app builds correctly with this package in "@mui/styled-engine-sc": "5.9.3", By the way, we are finally upgrading the Text-Em-All web app to MUI v5...the app that started this entire project. Thanks for the continuing development and care that you put into MUI, everyone! 🙏 |
Nice to hear this! :) Out of curiosity @m2mathew, why did you decided to use |
@mnajdova We had already moved about 50% of the web app to use |
Sounds like it should work as expected, thanks for the info :)) |
I don't know how it's possible but after updating
And downgrade causes the same problem as mentioned in issue. Any idea? |
I'm getting this suddenly despite having changed no dependency versions.
|
Can you please create an issue with reproduction? Would be great to know the specific versions you use. |
I had this fixed with 'use client' in NextJS. |
Duplicates
Latest version
Current behavior 😯
The React app won't start as this error pops up when I run
yarn start
on my project with the latest version of@mui/material
(5.10.0). The error I am seeing is:Expected behavior 🤔
My React app should compile without errors.
Steps to reproduce 🕹
Not completely sure where this error is arising from.
Steps:
@mui/material
at version 5.10.0styled-components
at version 5.3.5import { createTheme } from '@mui/material/styles';
Context 🔦
I just got an update of
@mui/material
from dependabot and all my tests are failing. I am just trying to upgrade this dependency.Your environment 🌎
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: