-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
discussionThis problem still needs more feedbackThis problem still needs more feedbackenhancementNew feature or requestNew feature or request💥 breaking change
Description
Reproduction
Steps to reproduce the bug
- Open playground
- Click "Go to About" (go to about does navigation by pushing record by name).
- See the view
Expected behavior
The second link should be active as it contains an empty string (no parameter is set)
Actual behavior
The second link is not active
Additional information
I'm not totally sure if it is a bug or correct behavior, but you often need to set the param as an empty string to reset the param value. Because null
or undefined
couldn't be set as a value to reset the param, they will be kept instead. So if we consider an empty string as an empty parameter, it should be aligned with null
and undefined
behavior in this case
Metadata
Metadata
Assignees
Labels
discussionThis problem still needs more feedbackThis problem still needs more feedbackenhancementNew feature or requestNew feature or request💥 breaking change