-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(): '/:id' is not supposed to be matched by route
* test(): test bug where a :key param is appended to an existing route * fix(): fix bug where '/:id' is not supposed to be matched by route When navigating to `/` when `/` and `/:id` is defined it still tries to match `/:id` while id will be undefined, causing null to be the route matched.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters