-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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): React Router v7 support (library) #14513
Conversation
@lforst this pr contains some deprecations for react router v6 exports, should we include this in the v9 roadmap? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Only need to double check if we need to update the vendored types for RR v7, they're pretty much loosened anyways, but still worth checking IMO.
dev-packages/e2e-tests/test-applications/react-router-7-spa/package.json
Outdated
Show resolved
Hide resolved
hey @chargome - are there any additional changes required on Sentry's part to support the framework flow? I'm interested in knowing more details about this as I've just migrated from Remix to RR7 so naturally I'm using it as a framework. |
This PR basically handles the library part of rr7, not the framework part.
Since v7 is v6 compatible we just adapt and re-export existing functions from v6.
reactrouterv6-compat-utils.tsx
filecloses #14518