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
fix(route-not-found): Correctly render route not found page when missing trailing slash (#87244)
To reproduce, go to a missing route page without a trailing slash, like:
https://sentry.sentry.io/issues/123/abc. You will see a blank page.
For whatever reason, the `router.replace` was not doing anything.
Switching to `navigate` however, does work as expected.
0 commit comments