-
Notifications
You must be signed in to change notification settings - Fork 19
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
STSMACOM-835 avoid defaultProps in functional components #1480
Conversation
`defaultProps` for functional components will be deprecated in React v19 in favor of ES6 default parameters. STSMACOM-835
BigTest Unit Test Statistics 1 files ±0 1 suites ±0 16s ⏱️ ±0s For more details on these failures, see this check. Results for commit a585e67. ± Comparison against base commit afca4c8. ♻️ This comment has been updated with latest results. |
Quality Gate failedFailed conditions |
ping @JohnC-80 , could we get this minor clean up merged before the R deadlines hit? |
Bigtest Unit Test Results 1 files ±0 1 suites ±0 16s ⏱️ -1s For more details on these failures, see this check. Results for commit 1267791. ± Comparison against base commit 0d31ba8. |
Quality Gate failedFailed conditions |
defaultProps
for functional components will be deprecated in React v19 in favor of ES6 default parameters.STSMACOM-835