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
url-pattern0.10 brought breaking updates. If you are customizing url-pattern, there is a new API:
createURLPatternCompiler() and setCreateURLPatternCompilerFactory() have been removed.
Instead, pass an object at the prop urlPatternOptions on either your router or individual routes.
Route-level options will be merged with precedence over Router options. Contextual router options
are not merged between levels.
matchKeys has been deprecated. url-pattern now handles this natively; pass an array as the prop urlPatternOptions when using a regex.