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
Currently the router will treat ** as matching one or more path components. It seems it is more standard that ** matches zero or more path components. Making this change could be considered breaking as it is a change of behaviour.
The text was updated successfully, but these errors were encountered:
adam-fowler
changed the title
Should ** in router to match no path components
Should ** in router match no path components
Dec 28, 2024
Currently the router will treat
**
as matching one or more path components. It seems it is more standard that**
matches zero or more path components. Making this change could be considered breaking as it is a change of behaviour.The text was updated successfully, but these errors were encountered: