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
Note: we could use this same approach for exit animations, for example the useDelayedUnmount in ModalProvider could probably be simplified with something like useThrottled(active, cond ? unmountDelay : 0).
The text was updated successfully, but these errors were encountered:
We already add a delay, but it would be good to also add a minimum time that the loading indicator is shown on screen, to reduce flickering.
See:
Note: we could use this same approach for exit animations, for example the
useDelayedUnmount
inModalProvider
could probably be simplified with something likeuseThrottled(active, cond ? unmountDelay : 0)
.The text was updated successfully, but these errors were encountered: