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
If a route is defined through a RegExp, it should put into params any named capturing group. The name will be the key in the params object. This needs that the language supports named capturing group so we need to refer to https://github.com/tc39/proposal-regexp-named-groups/blob/master/README.md
The text was updated successfully, but these errors were encountered:
If a route is defined through a RegExp, it should put into params any named capturing group. The name will be the key in the params object. This needs that the language supports named capturing group so we need to refer to https://github.com/tc39/proposal-regexp-named-groups/blob/master/README.md
The text was updated successfully, but these errors were encountered: