Skip to content
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

Conversation

evanpurkhiser
Copy link
Member

This will allow us to slow roll react router 6

@evanpurkhiser evanpurkhiser requested a review from a team August 21, 2024 20:52
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 21, 2024
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files Patch % Lines
static/app/index.tsx 0.00% 3 Missing ⚠️
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// @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

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will cleanup later 👍

@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-rr6-tie-react-router-6-to-it-s-feature-flag branch from 6e625b5 to fe2d342 Compare August 27, 2024 18:49
@evanpurkhiser evanpurkhiser merged commit 7225d3a into master Aug 28, 2024
42 of 43 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-rr6-tie-react-router-6-to-it-s-feature-flag branch August 28, 2024 15:33
ArthurKnaus pushed a commit that referenced this pull request Aug 29, 2024
This will allow us to slow roll react router 6
@github-actions github-actions bot locked and limited conversation to collaborators Sep 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants