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
fix(state): ensure stable empty array for participant predicates (#2036)
Fixes#2034. Continuation of #2008.
We ensure that `empty` data always returns stable array references, as
otherwise, `useSyncExternalStore` logs a warning about potential infinite
loops.
0 commit comments