-
-
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
breaks with ESlint 1.10.0 #323
Comments
It looks like a performance improvement PR (eslint/eslint#4428) is now freezing If I run the tests with the following lines commented out in
It seems like this line is the only place mutating Edit: created #324 with a simple fix. |
Seeing this as well. Adding this simply for SEO:
|
@jayphelps +1, I ended up here while trying to report the issue! |
Hi I have lastest version of plugin and I have same issue
|
Fix crash with ESLint 1.10.0 (fixes #323)
FWIW, ESLint pushed out an update - we unintentionally introduced this breaking change (well, we intentionally made the change, just didn't realize it would break anything). We won't reintroduce the change until ESLint v2.0.0 so as to avoid any further compatibility issues. We're also going to look into adding |
Great, I also published eslint-plugin-react |
Awesome work guys!
|
Hey, I woke up this morning and everything works! Thank you. |
Breaks with eslint 1.10.0
Runs fine with eslint 1.9.0
eslint-plugin-react 3.9.0
node 4.2.1
npm 2.14.7
The text was updated successfully, but these errors were encountered: