We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d7435 commit e424546Copy full SHA for e424546
packages/router/history.ts
@@ -626,10 +626,9 @@ function getUrlBasedHistory(
626
warning(
627
false,
628
`You are trying to perform a POP navigation to a location that was not ` +
629
- `created by @remix-run/router. This won't work and will fail silently ` +
630
- `in production. In general, you should do all navigation with the ` +
631
- `router to avoid this situation (instead of using window.history.pushState ` +
632
- `or assigning directly to window.location.hash).`
+ `created by @remix-run/router. This will fail silently in production. ` +
+ `You should navigate via the router to avoid this situation (instead of ` +
+ `using window.history.pushState/window.location.hash).`
633
);
634
}
635
0 commit comments