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
Hi, I just found this library while converting an app written in TypeScript from CRA+react-router to Next.js. Thank you so much for saving me from having to refactor a bunch! 💖
One small point: there's no good exported type I can find for the router part of state. Back in connected-react-router land we had RouterState. Could this library please export an equivalent?
Hi, I just found this library while converting an app written in TypeScript from CRA+react-router to Next.js. Thank you so much for saving me from having to refactor a bunch! 💖
One small point: there's no good exported type I can find for the
router
part of state. Back inconnected-react-router
land we hadRouterState
. Could this library please export an equivalent?It looks like
connected-next-router/src/types.ts
Line 10 in c2b0787
The text was updated successfully, but these errors were encountered: