You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.15.2
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
Both dependencies (react-remove-scroll) and (react-number-format) have released new minor versions last week to support React 19 (Peer dependency), thus updating both on this repo will clear out the warning on @Mantine installation for having issues with peer dependencies
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
Update the following dependencies to the latest version
react-remove-scroll (2.6.1) -> (2.6.2)
react-number-format (5.4.2) -> (5.4.3)
Self-service
I would be willing to implement a fix for this issue
The text was updated successfully, but these errors were encountered:
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.15.2
What package has an issue?
@mantine/core
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
Both dependencies (
react-remove-scroll
) and (react-number-format
) have released new minor versions last week to support React 19 (Peer dependency), thus updating both on this repo will clear out the warning on @Mantine installation for having issues with peer dependenciesIf possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
Update the following dependencies to the latest version
Self-service
The text was updated successfully, but these errors were encountered: