Eslint Plugin React: v7.34.3 Release

Release date:
June 18, 2024
Previous version:
v7.34.2 (released May 28, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in v7.34.3

Could not determine top contributors for this release.

Directory Browser for v7.34.3

All files are compared to previous version, v7.34.2. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Fixed

  • [prop-types]: null-check rootNode before calling getScope (#3762 @crnhrv)
  • [boolean-prop-naming]: avoid a crash with a spread prop (#3733 @ljharb)
  • [jsx-boolean-value]: assumeUndefinedIsFalse with never must not allow explicit true value (#3757 @6uliver)
  • [no-object-type-as-default-prop]: enable rule for components with many parameters (#3768 @JulienR1)
  • [jsx-key]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks (#3769 @akulsr0)