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
BREAKING:useRoutes, useMatch, and usePathParams match paths that have been decodeURIComponent-ed (e.g. /weird (route) will match a path of /weird%20(route))
BREAKING: type RouteParams renamed to Routes
BREAKING: usePathParams return type now depends on the input params. When a string it returns just the props, when an array it returns [path, props]
Added
RouterProvider
Fixed
useRoutes function-values to use props type string (was any)