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
fix(react): make wrapCreateBrowserRouter generic (#6862)
Reduces the Router and RouterState to the minimal internal usage,
and makes the wrapper accept a generic which extends the minimal types.
This allows for react-router to make changes to their Router types,
without breaking our types.
0 commit comments