-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[docs] Add a note about minimal required version for theme merging to the guides #36973
Conversation
Signed-off-by: Jakub Šťastný <[email protected]>
Signed-off-by: Jakub Šťastný <[email protected]>
Netlify deploy preview
Bundle size report |
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.
Quick copy review as MUI is the company (that produces and maintains Material UI, Joy UI, Base UI, etc) and Material UI is one of its products 😄
@@ -122,6 +122,8 @@ Having more than one styling libraries could introduce unnecessary complexity to | |||
|
|||
Material UI can coexist with other libraries that depend on emotion or styled-components. To do that, render Material UI's `ThemeProvider` as an inner provider and use the `THEME_ID` to store the theme. | |||
|
|||
These changes have been added as recently as April 2023, so be sure you're running MUI v5.12.0 or higher. |
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.
These changes have been added as recently as April 2023, so be sure you're running MUI v5.12.0 or higher. | |
These changes have been added as recently as April 2023, so be sure you're running Material UI v5.12.0 or higher. |
## Making sure you're on the right version of MUI | ||
These changes have been added as recently as April 2023, so be sure you're running MUI v5.12.0 or higher. |
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.
## Making sure you're on the right version of MUI | |
These changes have been added as recently as April 2023, so be sure you're running MUI v5.12.0 or higher. | |
## Making sure you're on the right version of Material UI | |
These changes have been added as recently as April 2023, so be sure you're running Material UI v5.12.0 or higher. |
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.
👍 Thanks for the fix!
No worries @siriwatknp, glad to be of help. I suppose you don't need anything else from me? (I don't understand this GH PR workflow really, so...) |
Sorry for the confusion. In general, once the PR got approved you don't need to do anything, we will handle the rest. The approved PR usually got merged in the current week or at the beginning of the next week for the release. |
As has been discussed with @siriwatknp here #36664
Basically I have been confused myself by the guides, because the code used in them is VERY recent and since there was no warning, I lost time trying to figure out why is the guide not working for me.
This PR ads the minimal required MUI version to the 2 affected guides, as requested by @siriwatknp.