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
exportconstw=newSignal.subtle.Watcher(()=>{scheduleRevalidate();});// works finesignalsToUnwatch.forEach((signal)=>{w.unwatch(signal);});// breakingw.unwatch(....signalsToUnwatch);
The text was updated successfully, but these errors were encountered:
Once I'm trying to unsubscribe all computeds in the end of render cycle, I got this errors:
PR to play with: lifeart/glimmer-next#118
How to reproduce:
Open https://deploy-preview-118--g-next.netlify.app/todomvc
Add any todo item
Try to switch between Active/Completed tabs
If I unsubscribe one-by-one, no issue appears:
The text was updated successfully, but these errors were encountered: