redux-first-routing
redux-first-routing copied to clipboard
Invariant Violation: Browser history needs a DOM
Hello! I have tried to add this line of code to my store.js file:
const history = createBrowserHistory();
But when I do, I get this error:
Invariant Violation: Browser history needs a DOM
Any ideas, tips?
Are you using SSR? The server router can't use browser history.