-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Cannot ban only explicitSpread for jsx-props-no-spreading #3799
Labels
Comments
divmgl
changed the title
[Bug]: Cannot ban only explicitSpread
[Bug]: Cannot ban only explicitSpread for jsx-props-no-spreading
Aug 9, 2024
ah, maybe this is a new warning in eslint 9, and that's why nobody noticed. |
This was referenced Oct 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Description Overview
This rule:
Results in this crash:
Reproduction:
https://stackblitz.com/edit/vitejs-vite-dyngku?file=eslint.config.js
Run
pnpm lint
.Expected Behavior
Does not crash.
eslint-plugin-react version
^7.35.0
eslint version
^9.8.0
node version
v18.20.3
The text was updated successfully, but these errors were encountered: