-
-
Notifications
You must be signed in to change notification settings - Fork 211
Support Mantine v8 #516
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
mantine-react-table version
^2.0.0-beta.9
react & react-dom versions
19.1
Describe the bug and the steps to reproduce it
Mantine v8 is out.
mantine-react-table v2 doesn't seem to have any issues with v8 but it would be nice to formalise that as I'm currently getting warnings when doing npm install
Minimal, Reproducible Example - (Optional, but Recommended)
"@mantine/core": "^8",
"mantine-react-table": "^2.0.0-beta.9",
results in
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: mantine-react-table@2.0.0-beta.9
npm ERR! Found: @mantine/core@8.0.0
npm ERR! node_modules/@mantine/core
npm ERR! @mantine/core@"^8" from the root project
npm ERR! peer @mantine/core@"8.0.0" from @mantine/dates@8.0.0
npm ERR! node_modules/@mantine/dates
npm ERR! @mantine/dates@"^8" from the root project
npm ERR! 1 more (@mantine/notifications)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @mantine/core@"^7.9" from mantine-react-table@2.0.0-beta.9
npm ERR! node_modules/mantine-react-table
npm ERR! mantine-react-table@"^2.0.0-beta.9" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @mantine/core@7.17.7
npm ERR! node_modules/@mantine/core
npm ERR! peer @mantine/core@"^7.9" from mantine-react-table@2.0.0-beta.9
npm ERR! node_modules/mantine-react-table
npm ERR! mantine-react-table@"^2.0.0-beta.9" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms
- I understand that if my bug cannot be reliably reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request