Open
Conversation
Netlify deploy previewBundle size report
|
0f13166 to
ec7c440
Compare
ec7c440 to
a3471d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fully migrates the @mui/base dependency to @base-ui-components/react within the documentation and internal docs packages, resolving issue #48158.
Key Changes:
Updated docs/package.json to use @base-ui-components/react@1.0.0-rc.0.
Replaced all core @mui/base component imports across the docs/src and packages/mui-docs directories.
Updated component APIs where necessary to align with Base UI's new compound component architecture.
Important Note: Base UI 1.0.0-rc.0 removed standalone exports for NoSsr, Portal, FocusTrap, and ClickAwayListener. I have migrated these specific utility imports to fallback on @mui/material to prevent runtime crashes.
Quality Checks:
Local docs build succeeds.
Passed all local TS, Prettier, and ESLint checks.
Closes #48158