Open vikkio88 opened 5 years ago
https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/MemoryRouter.md#memoryrouter
would be nice to be able to specify the type of router you want, rather than just fallback to the default Router
Try to use createMemoryHistory instead of createBrowserHistory https://github.com/ReactTraining/history/blob/master/docs/GettingStarted.md
createMemoryHistory
createBrowserHistory
https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/MemoryRouter.md#memoryrouter
would be nice to be able to specify the type of router you want, rather than just fallback to the default Router