I'm currently migrating our project (around 440k lines of code) which uses nx and all components are in libraries. I managed to fix all phrasing context and useComputer breaking changes and everything is working fine except interactions (like some button onClick and opening dropdowns). In the server console, no matter the page I go to (even when I navigate on client), I get the following error:
QWIK ERROR Maximum call stack size exceeded RangeError: Maximum call stack size exceeded
...list of files from @qwik.dev/core/dist/core.mjs
[vite] Internal server error: Maximum call stack size exceeded
...list of files from @qwik.dev/core/dist/core.mjs
Currently installed package version for core and router is PR@6903, which should be latest I think.
Do you have any suggestions how to debug this error or reproduce it?
Thank you!