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

STSMACOM-835 avoid defaultProps in functional components #1480

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

zburke
Copy link
Member

@zburke zburke commented May 13, 2024

defaultProps for functional components will be deprecated in React v19 in favor of ES6 default parameters.

STSMACOM-835

`defaultProps` for functional components will be deprecated in React v19
in favor of ES6 default parameters.

STSMACOM-835
@zburke zburke requested a review from JohnC-80 May 13, 2024 15:11
Copy link

github-actions bot commented May 13, 2024

Jest Unit Test Statistics

0 tests  ±0   0 ✔️ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ±0 

Results for commit e3bacc6. ± Comparison against base commit 622f663.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 13, 2024

BigTest Unit Test Statistics

    1 files  ±0      1 suites  ±0   14s ⏱️ ±0s
482 tests ±0  446 ✔️ ±0  36 💤 ±0  0 ±0 
484 runs  ±0  448 ✔️ ±0  36 💤 ±0  0 ±0 

Results for commit e3bacc6. ± Comparison against base commit 622f663.

♻️ This comment has been updated with latest results.

Copy link

sonarcloud bot commented May 23, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
60.9% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant