-
-
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
Update latest
tag for published package
#43538
Comments
@oliviertassinari Why do you transfer this issue to the core repo? |
@MonstraG Do you have |
@siriwatknp Because the issue is with Regarding the issue, the error says that the problem is with "@mui/utils": "^6.0.0-alpha.5"
}, range scope with an alpha? yeah, no, this is never going to work. The error says
This is not accurate 5.0.0-beta.40 is compatible. 5.0.0-beta.43 isn't. ![]() 5.0.0-beta-58 seems to work fine https://www.npmjs.com/package/@mui/base?activeTab=versions. To close this issue, I think that it's simply about doing one thing:
|
Yes, to import stuff (mostly tabs) from it. |
@oliviertassinari thanks for the info, updated |
In all the ways I can observe, |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note We value your feedback @MonstraG! How was your experience with our support team? |
Steps to reproduce
This is not really a bug, but it broke my builds, and I have a repro:
latest
or just copy the version from npmCurrent behavior
Build fails because
5.0.0-beta.40
is marked as latest but is incompatible with other latest packages (v5 or v6 of mui/material)error in the build:
Expected behavior
It builds
Context
I believe the last version is
5.0.0-beta.58
now.Your environment
npx @mui/envinfo
Search keywords: latest mui/base v5
The text was updated successfully, but these errors were encountered: