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
The issue with adding a second type argument like this is that it doesn't provide any type safety, it just hides the cast. This would be the same as doing:
Would it be possible to add typed search params ex page, search, or other states we want to lift to the url?
Maybe even if it's just a generic to useRouter ex:
useRouter<'/accounts',UrlStates>()
The text was updated successfully, but these errors were encountered: