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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: