-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
[BUG] Maximum update depth exceeded with Mantine 7.7.1 #564
Comments
After a few trials and errors, the problem seems to arise starting at v7.3.0 as up to the release v7.1.7 the error is not thrown. |
Yeah, I faced this issue today with Nextjs 14.1.4 too same error same case. Thanks for reporting this @ebalo55 |
I've done some testing and it looks like this has nothing to do with Next.js version, but rather with the very specific Mantine 7.7.1 version. It works fine with Mantine 7.7.0, but fails with Mantine 7.7.1. I'll investigate it a bit further over the next few days, and raise a Mantine issue if necessary. @ebalo55, your link leads to a bare Next.js app without Mantine or Mantine DataTable. @rtivital, apparently something happened between 7.7.0 and 7.7.1 that's causing this. It's kind of difficult to debug, but I'll try to isolate the problem and let you know if I find something. |
I managed to track down the error to Mantine |
Until this is fixed, please refrain from upgrading to Mantine 7.7.1. |
Ops, leftover push while moving within repos, anyway seems like sticking to 7.7.0 work for now, thank you |
This was fixed in Mantine |
Thanks for your effort and update |
Describe the bug
When running with Next.js 14.1.4 the library cannot be used as the React error
Maximum update depth exceeded
pops out in all pagesTo Reproduce
I've create a sample bare next+mantine repo here
localhost:3000
Expected behavior
No error should occur
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: