-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(rr6): Tie react-router 6 to it's feature flag #76470
feat(rr6): Tie react-router 6 to it's feature flag #76470
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## master #76470 +/- ##
==========================================
- Coverage 78.16% 78.15% -0.01%
==========================================
Files 6894 6894
Lines 306749 306752 +3
Branches 52794 52795 +1
==========================================
Hits 239757 239757
- Misses 60604 60607 +3
Partials 6388 6388 |
@@ -67,6 +67,20 @@ | |||
// | |||
// [1]: https://sentry.io/careers/ | |||
|
|||
// TODO(__SENTRY_USING_REACT_ROUTER_SIX): Very early on check if we're running | |||
// using the react-router 6 faeture flag so we can enable ths beefore the app |
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.
// using the react-router 6 faeture flag so we can enable ths beefore the app | |
// using the react-router 6 feature flag so we can enable this before the app |
// boots. | ||
// | ||
try { | ||
// @ts-expect-error features is an array at this point. It is unfortuantely |
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.
// @ts-expect-error features is an array at this point. It is unfortuantely | |
// @ts-expect-error features is an array at this point. It is unfortunately |
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.
will cleanup later 👍
6e625b5
to
fe2d342
Compare
This will allow us to slow roll react router 6
This will allow us to slow roll react router 6