const memoryHistory = createMemoryHistory(options); // In your Router configuration <Router history={memoryHistory} routes={routes} />