Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jsx-eslint/eslint-plugin-react issues and pull requests

#3855 - [Enhancement]: jsx-handler-names reports error with inline ternary conditional callbacks

Issue - State: open - Opened by stevensacks 5 days ago - 2 comments
Labels: enhancement, help wanted

#3854 - Bump step-security/harden-runner from 1 to 2.10.2 in /.github/workflows

Pull Request - State: open - Opened by dependabot[bot] 7 days ago - 2 comments
Labels: dependencies, github_actions

#3852 - Inconsistent documentation: self-closing-comp.md

Issue - State: open - Opened by joshriesenbach-wk 9 days ago
Labels: help wanted, documentation

#3851 - [New] `jsx-sort-props`: add `className` to `RESERVED_PROPS_LIST`

Pull Request - State: closed - Opened by saimonkat 10 days ago - 8 comments

#3850 - Rule Proposal: no-duplicate-use-context

Issue - State: closed - Opened by dislido 21 days ago - 4 comments

#3849 - [Tests] `jsx-no-script-url`: Improve tests

Pull Request - State: closed - Opened by radu2147 21 days ago

#3848 - [Bug]: react/display-name not work for wrapped components

Issue - State: closed - Opened by tylerlong 22 days ago - 3 comments
Labels: bug

#3847 - feat: remove dependencies for Node built-ins

Pull Request - State: open - Opened by MichaelDeBoey 27 days ago

#3846 - feat: drop ESLint v3, v4, v5, v6 & v7 support

Pull Request - State: open - Opened by MichaelDeBoey 27 days ago

#3845 - feat: drop Node 4, 6, 8, 10, 12, 14 & 16 support

Pull Request - State: open - Opened by MichaelDeBoey 27 days ago - 2 comments

#3843 - Rule Proposal: Enforce JSX Presence in `.tsx` Files (`no-tsx-without-jsx`)

Issue - State: open - Opened by HesamSe about 1 month ago - 3 comments
Labels: enhancement, help wanted

#3842 - [New] create ignorePrivate option for no-multi-comp rule

Pull Request - State: open - Opened by vwillyams about 1 month ago - 2 comments

#3841 - fix broken link in no-is-mounted.md

Pull Request - State: open - Opened by bastiendmt about 1 month ago - 3 comments
Labels: documentation

#3840 - [Fix] correct generated type declaration

Pull Request - State: open - Opened by ocavue about 1 month ago - 3 comments

#3839 - Proposal: jsx-no-mixed-title

Issue - State: open - Opened by jamesarosen about 2 months ago - 2 comments

#3838 - [Bug]: TS types are broken

Issue - State: open - Opened by burtek about 2 months ago - 8 comments
Labels: bug, help wanted, typescript

#3837 - [Bug]: The latest version is giving a ESLint error (No default export found in imported module)

Issue - State: open - Opened by petervmeijgaard about 2 months ago - 7 comments
Labels: bug, help wanted, typescript

#3836 - [Bug]: New type declarations not included in published package

Issue - State: closed - Opened by JstnMcBrd about 2 months ago - 3 comments
Labels: bug

#3835 - [Fix] `destructuring-assignment`: fix false negative when using typeof props.a

Pull Request - State: closed - Opened by golopot about 2 months ago - 1 comment

#3834 - [readme] Fix shared settings link

Pull Request - State: closed - Opened by MgenGlder about 2 months ago
Labels: documentation

#3833 - [Bug]: react/no-danger — TypeError: Cannot read properties of undefined (reading 'split')

Issue - State: closed - Opened by sylvainDNS about 2 months ago - 9 comments
Labels: bug

#3832 - [CI]: Unnecssary CI runs waste time & resources

Issue - State: closed - Opened by StyleShit 2 months ago - 2 comments
Labels: bug

#3831 - [New] Add suggestions to `no-unescaped-entities`

Pull Request - State: closed - Opened by StyleShit 2 months ago - 5 comments
Labels: enhancement

#3831 - [New] Add suggestions to `no-unescaped-entities`

Pull Request - State: open - Opened by StyleShit 2 months ago - 5 comments
Labels: enhancement

#3830 - Generate type declarations from JSDoc

Pull Request - State: closed - Opened by voxpelli 2 months ago - 8 comments
Labels: enhancement, typescript

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

Pull Request - State: open - Opened by acusti 2 months ago - 2 comments

#3828 - [Bug]: react/destructuring-assignment inconsistent behavior

Issue - State: closed - Opened by moses-crasman 2 months ago - 2 comments
Labels: bug, help wanted, typescript

#3827 - [Bug]: Unknown property 'precedence' found (react/no-unknown-property)

Issue - State: open - Opened by acusti 2 months ago
Labels: bug

#3825 - Add JSDoc type annotations and Update @types/eslint Version

Pull Request - State: closed - Opened by y-hsgw 2 months ago - 1 comment

#3824 - [readme] flat config example for react 17+

Pull Request - State: closed - Opened by GabenGar 2 months ago - 1 comment
Labels: documentation

#3823 - [Fix] `jsx-no-literals`: Avoid crashing on valueless boolean props

Pull Request - State: closed - Opened by reosarevok 2 months ago - 1 comment

#3821 - [Fix] `no-is-mounted`: fix logic in method name check

Pull Request - State: closed - Opened by Mathias-S 2 months ago - 1 comment

#3818 - [Docs] Update jsx-no-target-blank.md

Pull Request - State: open - Opened by brunocoelho 3 months ago - 1 comment

#3817 - [Docs] `no-danger`: update broken link

Pull Request - State: closed - Opened by lucasrmendonca 3 months ago - 1 comment
Labels: documentation

#3816 - [Feature Request]: Improve documention for new eslint 9 flat configuration for shared monorepo project

Issue - State: open - Opened by alefduarte 3 months ago - 4 comments
Labels: help wanted, documentation

#3815 - [Bug]: indentation incorrect

Issue - State: closed - Opened by zzzgit 3 months ago - 2 comments
Labels: question

#3814 - [Bug]: `jsx-curly-brace-presence` creating invalid code when auto-fixing

Issue - State: closed - Opened by dennisoelkers 3 months ago - 4 comments
Labels: bug

#3813 - `jsx-fragments`: allow `Fragment` syntax option

Pull Request - State: open - Opened by nicmosc 3 months ago - 1 comment

#3812 - [New] `jsx-no-literals`: add `elementOverrides` option

Pull Request - State: closed - Opened by Pearce-Ropion 3 months ago - 3 comments

#3811 - [Bug]: `no-leaked-render` won't accept explicit `Boolean()` coercion, only implicit coercion with `!!`

Issue - State: open - Opened by xml 3 months ago - 3 comments
Labels: bug, help wanted

#3810 - [Bug]: `hook-use-state` suggested fix should update all reference

Issue - State: open - Opened by axetroy 3 months ago - 2 comments
Labels: enhancement, help wanted

#3809 - [Fix] `prop-types`: false positives since upgrading typescript-eslint to v8

Pull Request - State: closed - Opened by pplancq 3 months ago - 4 comments

#3808 - [Feature Request]: Add `allowedElements` option to `jsx-no-literals`

Issue - State: closed - Opened by Pearce-Ropion 3 months ago - 4 comments
Labels: enhancement, help wanted

#3807 - [New] `no-string-refs`: allow this.refs in > 18.3.0

Pull Request - State: closed - Opened by henryqdineen 3 months ago - 1 comment

#3806 - [Bug]: Prop-types rules ignored for lowercase functional components

Issue - State: open - Opened by burnhamrobertp 3 months ago - 7 comments
Labels: bug

#3805 - [New] `forbid-component-props`: add `allowedForPatterns` and `disallowedForPatterns` options

Pull Request - State: closed - Opened by Efimenko 3 months ago - 6 comments
Labels: enhancement

#3804 - Rule proposal: Auto fix `prop={prop}` to `{...{prop}}`

Issue - State: closed - Opened by nikitarevenco 3 months ago - 4 comments

#3803 - [Bug]: react/jsx-no-target-blank fix does not add "noopener"

Issue - State: open - Opened by rafael-nogueras 3 months ago - 3 comments
Labels: enhancement, help wanted

#3802 - [Bug]: Warning: React version not specified in eslint-plugin-react settings

Issue - State: closed - Opened by SalahAdDin 3 months ago - 4 comments
Labels: bug

#3801 - [Bug]: `jsx-curly-brace-presence` still warns on strings containing unescaped entities

Issue - State: open - Opened by musjj 3 months ago - 9 comments
Labels: bug

#3800 - [Bug]: Support ESLint v9.9.0

Issue - State: closed - Opened by Byron2016 4 months ago - 1 comment
Labels: question

#3799 - [Bug]: Cannot ban only explicitSpread for jsx-props-no-spreading

Issue - State: closed - Opened by divmgl 4 months ago - 2 comments
Labels: bug

#3797 - [Feature Request]: Add TypeScript types

Issue - State: closed - Opened by segevfiner 4 months ago - 10 comments
Labels: enhancement, question, typescript

#3796 - [Bug]: react/prop-types false positives since upgrading typescript-eslint to v8

Issue - State: closed - Opened by dan-serendipity 4 months ago - 4 comments
Labels: bug, help wanted

#3794 - [Bug]: autofix for `sort-prop-types` breaks code containing comments

Issue - State: open - Opened by tylerlaprade 4 months ago
Labels: bug, help wanted

#3793 - [Bug]: autofix for jsx-closing-bracket-location deletes comments

Issue - State: open - Opened by Vladyslav-Soldatenko 4 months ago - 1 comment
Labels: bug, help wanted

#3792 - [Bug]: Not working with @typescript-eslint/parser v8

Issue - State: open - Opened by lukpsaxo 4 months ago - 4 comments
Labels: help wanted, typescript

#3791 - Rule proposal: No return ternary

Issue - State: open - Opened by MikaelSiidorow 4 months ago - 1 comment

#3790 - [Bug]: `reactPlugin.configs.flat.recommended` part in documentation throws error

Issue - State: closed - Opened by unnamed92 4 months ago - 14 comments
Labels: bug

#3789 - new rule: padding-lines-between-tags #3554

Pull Request - State: open - Opened by etherealm13 4 months ago - 2 comments
Labels: new rule

#3788 - [Fix] Avoid typescript-eslint deprecation warnings about typeParameters

Pull Request - State: open - Opened by pxpeterxu 4 months ago - 2 comments

#3787 - Latest version forces users to use Eslint 9.7

Issue - State: closed - Opened by ematipico 4 months ago - 6 comments

#3786 - [Bug]: `prefer-read-only-props` rule doesn't work with namespaces

Issue - State: open - Opened by Mnigos 4 months ago - 2 comments
Labels: bug, help wanted, typescript

#3785 - [Fix] `require-default-props`: report when required props have default param value

Pull Request - State: closed - Opened by akulsr0 4 months ago - 1 comment

#3784 - [Fix] `sort-prop-types`: single line type ending without semicolon

Pull Request - State: closed - Opened by akulsr0 4 months ago - 3 comments

#3783 - [Bug]: `sort-prop-types`'s autofix doesn't move the semicolon, producing broken code, on single-line Props types

Issue - State: closed - Opened by tylerlaprade 4 months ago - 9 comments
Labels: bug, help wanted, typescript

#3778 - Failed prop type: its value is `undefined`.

Issue - State: closed - Opened by zulalc 5 months ago - 2 comments

#3777 - [New] `jsx-closing-tag-location`: add `line-aligned` option

Pull Request - State: closed - Opened by kimtaejin3 5 months ago - 2 comments
Labels: enhancement

#3776 - Missing type declarations

Issue - State: closed - Opened by JstnMcBrd 5 months ago - 3 comments
Labels: bug

#3775 - [Bug]: Not compatible with eslint

Issue - State: closed - Opened by ejgutierrez74 5 months ago - 4 comments
Labels: bug

#3774 - [New]`forbid-component-props`: add `propNamePattern` option

Pull Request - State: closed - Opened by akulsr0 5 months ago - 5 comments
Labels: enhancement

#3772 - [New] `jsx-handler-names`: support ignoring component names

Pull Request - State: closed - Opened by akulsr0 5 months ago - 2 comments
Labels: enhancement

#3771 - [New] version settings: Allow react defaultVersion to be configurable

Pull Request - State: closed - Opened by onlywei 5 months ago - 1 comment
Labels: enhancement

#3767 - [Bug]: `react/no-object-type-as-default-prop` is disabled when using a `ref` prop

Issue - State: closed - Opened by JulienR1 6 months ago - 5 comments
Labels: bug, help wanted

#3766 - fixed the schema of jsx-no-constructed-context-values.js

Pull Request - State: open - Opened by noshiro-pf 6 months ago

#3765 - [Bug]: Key "plugins": Cannot redefine plugin "react"

Issue - State: closed - Opened by tiavina-mika 6 months ago - 10 comments
Labels: bug

#3764 - with redux there is not necessary error

Issue - State: closed - Opened by ravenkim 6 months ago - 10 comments
Labels: bug

#3763 - [Bug]: react/boolean-prop-naming not working with TS & declaration

Issue - State: closed - Opened by mario-iliev 6 months ago - 8 comments
Labels: bug

#3762 - [Fix] Null check `rootNode` before calling `getScope` with it

Pull Request - State: closed - Opened by crnhrv 6 months ago - 6 comments

#3760 - [Bug]: Unable to use with eslint 9.x

Issue - State: closed - Opened by lewismoten 6 months ago - 1 comment
Labels: bug

#3759 - [New] support eslint v9

Pull Request - State: closed - Opened by mdjermanovic 6 months ago - 27 comments

#3758 - Quick question: does `settings.version` default to "detect" yet?

Issue - State: closed - Opened by JstnMcBrd 6 months ago - 3 comments