Skip to content

Support Mantine v8 #516

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

Open
1 task done
IsaacInsoll opened this issue May 9, 2025 · 4 comments
Open
1 task done

Support Mantine v8 #516

IsaacInsoll opened this issue May 9, 2025 · 4 comments

Comments

@IsaacInsoll
Copy link

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: [email protected]
npm ERR! Found: @mantine/[email protected]
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/[email protected]
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 [email protected]
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/[email protected]
npm ERR! node_modules/@mantine/core
npm ERR!   peer @mantine/core@"^7.9" from [email protected]
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.
@QuaduxIT
Copy link

I was able to "solve" these errors with the following override configuration:

 
 "overrides": {
   "mantine-react-table": {
     "@mantine/core": "^8.0.0",
     "@mantine/hooks": "^8.0.0",
     "@mantine/dates": "^8.0.0"
   }
 }

From what I can tell, mantine-react-table doesn't seem to be affected by the changes in Mantine v8.

However, only the maintainers can officially confirm compatibility.

@alessandrojcm
Copy link
Collaborator

Hi yes we'll be implementing support for Mantine v8. Date filters are likely to break as they have been changed in v8 (they now take string instead of dates). Most other functionality should work as v8 does not introduce many breaking changes.

@glowtape
Copy link

Official support for v8 would indeed be neat. Right now NPM is having a ball with my project and is mixing 7.17.4 with 8.0.1 and breaking everything.

@KevinVandy
Copy link
Owner

Yeah sorry, right now it's just a matter of me having time to work on this again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants