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
Four near-identical useEffects (fetch on open, plus one per
sync-status/sync-remote-change/sync-progress subscription) merged
into one. Each fired on the same [open] dep, shared the same
refresh callback, and repeated the unlisten cleanup pattern.
0 commit comments