-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
[core] Temporarily fallback to v5 of Material UI #198
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,8 @@ | |
}, | ||
"dependencies": { | ||
"@pigment-css/react": "workspace:^", | ||
"@mui/utils": "next", | ||
"@mui/base": "next", | ||
"@mui/lab": "next", | ||
"@mui/material": "next", | ||
"@mui/system": "next", | ||
"@mui/material-nextjs": "next", | ||
"@mui/icons-material": "next", | ||
"@emotion/cache": "latest", | ||
"@mui/material": "^5.16.6", | ||
"@mui/material-nextjs": "^5.16.6", | ||
Comment on lines
+13
to
+14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you change to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It does not make sense to use v5. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. beta.2 also has the same issue. |
||
"local-ui-lib": "workspace:^", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
|
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this part of the root cause that the CI fails?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, you changed to v5.