-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
[code-infra] Use @mui/docs
where possible
#3751
Conversation
@@ -25,7 +25,7 @@ | |||
"@emotion/server": "11.11.0", | |||
"@emotion/styled": "11.11.5", | |||
"@mui/base": "5.0.0-beta.40", | |||
"@mui/docs": "6.0.0-dev.240424162023-9968b4889d", | |||
"@mui/docs": "6.0.0-alpha.13", |
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.
import { SectionTitle } from '@mui/docs/SectionTitle';
probably worked only because of the present alias.
Bumped the dependency version where this component is exported.
The alias for |
Thank you 🙏 |
Related to mui/material-ui#42833.
Would allow dropping last re-exports of
MarkdownElement
,Link
andHighlightedCode
.Also, ditch@mui/docs
aliasing from monorepo as there is already a dependency with that name (related to mui/mui-x#13713).We agreed to keep the alias to avoid potential problems with out-of-sync
@mui/docs
and@mui/monorepo
.