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
I tried wrapping the react-lasso-select assuming it would be a very easy example to get started with. For the most part it was, except that when the page is refreshed I get a Next.js error related to an infinite recursion. Does anyone know why?
rx.Component or rx.NoSSRComponent -- no obvious difference in behaviour
using on_complete rather than on_change events -- no difference to error
Thoughts on solution:
Maybe something can be done on mount or unmount to clear something?
Additional info:
Using a local image from assets folder does NOT show the same problem. In that case it works fine. So it's likely related to drawing the points before the image is loaded...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried wrapping the react-lasso-select assuming it would be a very easy example to get started with. For the most part it was, except that when the page is refreshed I get a Next.js error related to an infinite recursion. Does anyone know why?
The wrapped component is on github here.
Here's a short video demonstrating the behaviour
Screencast from 2025-03-11 13-28-45.webm
Refresh without selection works, refresh with selection results in error.
In the terminal this is shown:
A few things I've tried:
rx.Componentorrx.NoSSRComponent-- no obvious difference in behaviouron_completerather thanon_changeevents -- no difference to errorThoughts on solution:
Additional info:
Beta Was this translation helpful? Give feedback.
All reactions