Skip to content
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

eslint-plugin-react-hooks - does not support node 6 #14949

Closed
mortentangen opened this issue Feb 25, 2019 · 1 comment
Closed

eslint-plugin-react-hooks - does not support node 6 #14949

mortentangen opened this issue Feb 25, 2019 · 1 comment

Comments

@mortentangen
Copy link

Currently eslint-plugin-react-hooks is stated to require node >= 6.
It should require node >= 7 since Object.entries is used:
https://github.com/facebook/react/blame/master/packages/eslint-plugin-react-hooks/src/ExhaustiveDeps.js#L535

@mortentangen mortentangen changed the title eslint-plugin-react-hooks eslint-plugin-react-hooks - does not support node 6 Feb 25, 2019
@gaearon
Copy link
Collaborator

gaearon commented Feb 25, 2019

Please send a PR to adjust the version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants