<MemoryRouter>

This is a <Router> that keeps the history of your “URL” in memory (does not read or write to the address bar). Useful in tests and non-browser environments like React Native.


RESETRUNFULL
<MemoryRouter initialEntries={optionalArray}
                        initialIndex={optionalNumber}
                        getUserConfirmation={optionalFunc}
                        keyLength={optionalNumber}>
  <App /></MemoryRouter>