What’s New

eslint-plugin-react v7.37.3

v7.37.3
Fixed
  • no-danger: avoid a crash on a nested component name
  • Correct generated type declaration
  • no-unknown-property: support precedence prop in React 19
  • prop-types: props missing in validation when using generic types from a namespace import
Fixed
  • no-danger: avoid a crash on a nested component name (#3833 @ljharb)
  • [Fix] types: correct generated type declaration (#3840 @ocavue)
  • no-unknown-property: support precedence prop in react 19 (#3829 @acusti)
  • prop-types: props missing in validation when using generic types from a namespace import (#3859 @rbondoc96)
Changed
View original