-
-
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-unused-state with GDSFP and airbnb plugin causes "Cannot read properties of undefined (reading 'variables')" #3240
Comments
Duplicate of #3236, fixed in the next release. |
Thanks! Sorry, I must have missed the other issue. |
No worries; I’ll try to cut a release tomorrow. |
Still encountered the issue in 7.29.4 |
Fixes jsx-eslint#3240. Co-authored-by: Willy Liao <[email protected]> Co-authored-by: Jordan Harband <[email protected]>
Hello Team, I see that the commit that fix this issue is merged but the last release was on Mar 13. Do we plan to have a new release son? Still encountered the issue in 7.29.4 |
@cbedwinotalvaro the commit that fixed this issue is in v7.29.4. 4876d54, however, was only merged 2 weeks ago and has not yet been released. There's no timeline for the next release (as always). I hope I'll have time soon. |
I have come across this error after a recent upgrade, and it looks like it may be related to 9b227aa. This only happens with the
airbnb
plugin enabled, which my company is using. If you comment that line out from the.eslintrc.js
file, it works fine.Apologies if this is not the appropriate place for this, I can take it to Airbnb if it's a better fit.
Minimal
.eslintrc.js
:Minimal
test.js
:The text was updated successfully, but these errors were encountered: