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
this avoids the need to constantly save the update hook
since the original effect function holds onto a ref that
will always be up to date. in the prior implementation
there was some delay that was introduced (presumably due
to triggering updates on stale callbacks).
0 commit comments