jsx-eslint / eslint-plugin-react

React-specific linting rules for ESLint
MIT License
9.01k stars 2.77k forks source link

[Fix] `no-unknown-property` support new `precedence` prop #3829

Open acusti opened 2 months ago

acusti commented 2 months ago

Fixes #3827

acusti commented 1 month ago

@ljharb is there a way to accommodate that in the plugin, or does that just mean not adding it until there is a version of the plugin released only for react v19+?

ljharb commented 1 month ago

@acusti there is! see the testReactVersion function