Closed jamescrowley closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.83%. Comparing base (
9b1f140
) to head (3d2c1c6
). Report is 67 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
React deprecated defaultProps back in 2019, and we're getting test warnings about it - https://github.com/facebook/react/pull/16210. This switches them to use JS default props instead.