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
RoutingMiddleware dispatches a GoAction whenever NavigationManager.LocationChanged' is triggered and the new URL doesn't match the URL in the state, An Effect will then trigger to call NavigationManager.Navigate` if the state URL and current URL are different.
This allows us to ensure navigation occurs when dispatching GoAction, and that GoAction is dispatched when non-Fluxor code calls NavigationManager.Navigate.
When using Microsoft MSAL authentication the quick changing of URLs can cause in endless redirect loop.
The text was updated successfully, but these errors were encountered:
RoutingMiddleware
dispatches aGoAction
wheneverNavigationManager.LocationChanged' is triggered and the new URL doesn't match the URL in the state, An Effect will then trigger to call
NavigationManager.Navigate` if the state URL and current URL are different.This allows us to ensure navigation occurs when dispatching GoAction, and that GoAction is dispatched when non-Fluxor code calls
NavigationManager.Navigate
.When using Microsoft MSAL authentication the quick changing of URLs can cause in endless redirect loop.
The text was updated successfully, but these errors were encountered: