-
-
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
[examples] Add example component using styled api #29434
[examples] Add example component using styled api #29434
Conversation
@@ -2,13 +2,14 @@ import * as React from 'react'; | |||
import Container from '@mui/material/Container'; |
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.
The Circle CI linter workflow is complaining about this now unused dependency.
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.
It doesn't look like this PR will fix the #29428 It is a completely different problem.
@mnajdova, maybe I can clarify the PR's intention, which was to add the usage of the What do you think? The |
The reason was described in #29428. We intentionally don't document how to configure |
"Fixes" claim, removed from the description. |
@amaralc would you like to add this to the other examples too? To keep them consistent |
Relates to #29428.