-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Comments
I was able to "solve" these errors with the following override configuration:
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. |
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. |
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. |
Yeah sorry, right now it's just a matter of me having time to work on this again |
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)
results in
Screenshots or Videos (Optional)
No response
Do you intend to try to help solve this bug with your own PR?
None
Terms
The text was updated successfully, but these errors were encountered: