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
Any news about this issue? I just bought the package Designer+Developer to find out that I can't integrate it with my new app Nextjs 15.0.3. Even the ready to use example: Next.js + Supabase is throwing this error out of the box. This example is using "next": "latest".
⨯ RangeError: Maximum call stack size exceeded at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) at Array.forEach (<anonymous>) { digest: '448623329' }
When rendering the theme provider as a client component it seems something different is done inside deepmerge that causes infinite recursion.
Repro:
inside a client component
When the same is done in the server context it somehow works.
Setting those two properties to null fixes the issue, but it would be nice if you could fix it internally.
The text was updated successfully, but these errors were encountered: