issues Search Results · repo:jsx-eslint/eslint-plugin-react language:JavaScript
Filter by
2k results
(72 ms)2k results
injsx-eslint/eslint-plugin-react (press backspace or delete to remove)Summary
Currently, ESLint s react-hooks/exhaustive-deps rule has hardcoded stable dependencies like setState from useState and
dispatch from useReducer. However, there s no way for developers to mark ...
enhancement
help wanted
luidmidev
- 7
- Opened 8 days ago
- #3935
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 not only in the text editor
Description Overview ...
bug
stevensacks
- Opened 9 days ago
- #3933
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 not only in the text editor
Description Overview ...
enhancement
help wanted
yalperg
- Opened 14 days ago
- #3931
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 not only in the text editor
Description Overview ...
bug
help wanted
MCBama
- 1
- Opened 28 days ago
- #3927
Is there an existing issue for this?
- [x] I have searched the existing issues and my issue is unique
Description Overview
Brief description
As described in the title, react/jsx-key is not applied ...
bug
help wanted
Dorianspeed
- Opened on May 22
- #3925
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 not only in the text editor
Description Overview ...
bug
help wanted
knightedcodemonkey
- 4
- Opened on May 9
- #3924
Similar to how ESLint s sort-keys has a configuration option of minKeys, it would be nice to have a minProps option.
enhancement
help wanted
Garrett-R
- 3
- Opened on May 4
- #3922
React Documentation: https://react.dev/reference/react/useRef
WRONG example:
export function MyComponent() {
const myRef = useRef(false);
const myFunction = () = {
myRef.current = ...
max-woolf
- 3
- Opened on May 2
- #3921
interface Dog {
id?: string;
name: string;
}
const dogs: Dog[] = [
{ id: spikey , name: spike },
{ name: spot },
] as const;
export const Dogs = () = (
div
{dogs.map((dog) = ( ...
jroru
- 1
- Opened on Apr 29
- #3920
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 not only in the text editor
Description Overview ...
bug
ARiyou2000
- Opened on Apr 29
- #3919

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.