eslint-plugin-react icon indicating copy to clipboard operation
eslint-plugin-react copied to clipboard

React-specific linting rules for ESLint

Results 270 eslint-plugin-react issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...

enhancement
typescript

React uses `key` as a special prop name that you pass in when mapping over a list. If you try to access a prop named `key` from within a component,...

Hi @ljharb, hope you're well! I wanted to confirm a suspicion that I have: Since React Server Components are rendered on the server and do not follow the same re-rendering...

Fixes #3878 This is another attempt to fix #3878 from a different direction than https://github.com/jsx-eslint/eslint-plugin-react/pull/3879

This is adding a new property `ignore` to ignore specific state.

I want to be able to prohibit the usage of certain values of some dom attributes. In my case I do not want the other developers in my project to...

### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...

enhancement
help wanted

### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...

bug

### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...

help wanted
documentation