jsx-eslint / eslint-plugin-react

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

[Fix] `no-unknown-property`: add `fetchPriority` #3697

Closed SevereCloud closed 7 months ago

SevereCloud commented 7 months ago

See:

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.76%. Comparing base (36e791d) to head (e880213).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3697 +/- ## ======================================= Coverage 97.76% 97.76% ======================================= Files 133 133 Lines 9469 9469 Branches 3471 3471 ======================================= Hits 9257 9257 Misses 212 212 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

coreyward commented 5 months ago

React is complaining about this:

Screenshot 2024-04-18 at 7 58 29 PM
ljharb commented 5 months ago

Sounds like you should file an issue on React then?

SevereCloud commented 5 months ago

React is complaining about this:

Screenshot 2024-04-18 at 7 58 29 PM

PR has been merged, but not released

ljharb commented 5 months ago

ah, in that case we should detect the react version and only allow this property when react supports it. @SevereCloud can you file a new PR for that?