-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react-router): generic router history #2782
base: main
Are you sure you want to change the base?
feat(react-router): generic router history #2782
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit cd3787e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
thanks for the contibution! please have a look at the build failures and fix those. |
|
@chorobin please have a look about the type changes |
Changes type of history in router to a generic type parameter to support advanced use cases like providing an own implementation of a
RouterHistory
or to enchance a specificRouterHistory
with additional features.