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 code exports router factory which creates new router instance every time. But all instances created by this factory share the same instance of history. Assuming the history created by createMemoryHistory() is stateful, isn't it wrong (Avoid Stateful Singletons) ?