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
The isPending flag in RouterContext is not used anywhere. Whether the UI is pending or not is decided by comparing data using location and nextLocation. So it seems the flag can be safely removed. May also require updating the documentation/notes.
The
isPendingflag inRouterContextis not used anywhere. Whether the UI is pending or not is decided by comparing data usinglocationandnextLocation. So it seems the flag can be safely removed. May also require updating the documentation/notes.