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
{{ message }}
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Using the above example, if I visit /profile/, state.router.route is undefined. This worked fine in 14.2.0. Is this intended behavior? And if so, how do I enforce trailing slashes on all my routes?
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All my routes are defined with trailing slashes. After upgrading from 14.2.0 to 14.3.0, my routes are broken and don't get matched by the router.
Example of how my routes look:
Using the above example, if I visit
/profile/
,state.router.route
is undefined. This worked fine in 14.2.0. Is this intended behavior? And if so, how do I enforce trailing slashes on all my routes?Thanks!
The text was updated successfully, but these errors were encountered: