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

Fix crash when using eslint 1.10.0 #324

Merged
merged 1 commit into from
Nov 20, 2015
Merged

Fix crash when using eslint 1.10.0 #324

merged 1 commit into from
Nov 20, 2015

Conversation

lukekarrys
Copy link
Contributor

Instead of putting the react object on context, this PR creates it as a separate variable and passes it as a 3rd parameter to the fn passed to Components.detect.

fixes #323

Pass utils as another parameter instead of adding on to context
fixes #323
@regexb
Copy link

regexb commented Nov 20, 2015

Same here. Great job! 👍

@yannickcr
Copy link
Member

Wow that was fast!

yannickcr added a commit that referenced this pull request Nov 20, 2015
Fix crash with ESLint 1.10.0 (fixes #323)
@yannickcr yannickcr merged commit 1b5d007 into jsx-eslint:master Nov 20, 2015
@yannickcr
Copy link
Member

Merged, thanks!

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

Successfully merging this pull request may close these issues.

breaks with ESlint 1.10.0
3 participants