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
When immediate: false is set, the watch that should trigger the fetch stops working after a while. I haven't been able to fully isolate the cause, but it seems to happen when I change the watched value before the previous fetch has completed. After that, subsequent changes to the value don't trigger any new request.