-
Notifications
You must be signed in to change notification settings - Fork 26
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
STCOR-842 refactor away from deprecated getChildContext #1481
Conversation
`getChildContext` will be deprecated in React v19. `AddContext` can be eliminated completely; it duplicates the functionality offered by `StripesContext`. Refs STCOR-842
BigTest Unit Test Statistics 1 files ±0 1 suites ±0 11s ⏱️ ±0s Results for commit 36c2c32. ± Comparison against base commit 05badf9. This pull request removes 5 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Bigtest Unit Test Results193 tests ±0 188 ✅ ±0 6s ⏱️ ±0s Results for commit 600b982. ± Comparison against base commit 9d7cee9. This pull request removes 5 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Quality Gate failedFailed conditions |
getChildContext
will be deprecated in React v19.AddContext
can be eliminated completely; it duplicates the functionality offered byStripesContext
.Refs STCOR-842