-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Closed
Labels
Description
Describe what's incorrect/missing in the documentation
Hey team,
I just migrated out app router version to v6 and the docs mention that we should no longer use the history package. Does the react router package have direct replacements for all the types that are available in the history package. We use types like LocationDescriptor and Action from the history package that don't appear to be exported from react router.
What's the recommendation here? Should I keep the history package for specific types, or is there a way to get them from react router directly?