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(app): navigate outside the setState updater when closing a block tab
Closing a tab called navigate() from inside the setOpenTabs updater;
updaters run during render, so the router state update fired React's
"cannot update Transitioner while rendering Shell" warning.
0 commit comments