-
-
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
no-danger-with-children exception when props contains spread #771
Comments
The same issue |
btmills
changed the title
no-danger-with-props exception when props contains spread
no-danger-with-children exception when props contains spread
Aug 16, 2016
petersendidit
added a commit
to petersendidit/eslint-plugin-react
that referenced
this issue
Aug 16, 2016
petersendidit
added a commit
to petersendidit/eslint-plugin-react
that referenced
this issue
Aug 16, 2016
#773 should fix these problems. |
randycoulman
added a commit
to CodingZeal/eslint-config-zeal
that referenced
this issue
Aug 16, 2016
This rule has a bug when working with spread properties (see jsx-eslint/eslint-plugin-react#771). Temporarily disable the rule to avoid the bug for now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#768 fixed #767 directly by allowing
{...props}
on JSX elements, but it's getting tripped up when it goes to find the definition ofprops
and finds spreads there.The text was updated successfully, but these errors were encountered: