Closed reosarevok closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.66%. Comparing base (
a09083b
) to head (99e15e1
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
b8217ed5f4104bd18b54f77ea108ec081ebbbd49 removed the
node.value
check leading to this crashing on any valueless boolean prop such as<Component isWhatever />
This just readds the check.
Fixes https://github.com/jsx-eslint/eslint-plugin-react/issues/3820