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
We can't currently track signals after suspensions
If some code suspends - i.e. you do a server call during a render effect, then we can no longer track the dependencies
This is a limitation of the signals model, where async code loses the tracking scope
There are various implementations that work around this issue
So we'd need to look at these and see what's feasible
The text was updated successfully, but these errors were encountered:
We can't currently track signals after suspensions
If some code suspends - i.e. you do a server call during a render effect, then we can no longer track the dependencies
This is a limitation of the signals model, where async code loses the tracking scope
There are various implementations that work around this issue
So we'd need to look at these and see what's feasible
The text was updated successfully, but these errors were encountered: