-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
React 18 not supported by latest published @material-ui/core #34081
Labels
duplicate
This issue or pull request already exists
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
v4.x
Comments
svenssonaxel
added
the
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
label
Aug 26, 2022
It seems like current source supports react 18 in all places but one: diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json
index aa08ce5c48..ec1863b382 100644
--- a/packages/mui-styles/package.json
+++ b/packages/mui-styles/package.json
@@ -39,7 +39,7 @@
},
"peerDependencies": {
"@types/react": "^17.0.0",
- "react": "^17.0.0"
+ "react": "^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": { |
This comment was marked as resolved.
This comment was marked as resolved.
Duplicate of #32685 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
oliviertassinari
added
duplicate
This issue or pull request already exists
and removed
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
labels
Aug 30, 2022
This comment was marked as resolved.
This comment was marked as resolved.
oliviertassinari
added
the
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
label
Feb 22, 2023
This comment was marked as duplicate.
This comment was marked as duplicate.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
duplicate
This issue or pull request already exists
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
v4.x
Duplicates
Latest version
Current behavior 😯
Expected behavior 🤔
npm install
succeedsSteps to reproduce 🕹
Context 🔦
No response
Your environment 🌎
The text was updated successfully, but these errors were encountered: