-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Fix #2358 by recognizing props wrapped in $ReadOnly<> #2361
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
Conversation
Not sure why the build fails - I don’t see how it could be related to my changes. The same error happened on master a month ago: https://travis-ci.org/yannickcr/eslint-plugin-react/builds/551059139 |
There are two ESLint errors related to your changes that are causing that failure. Lines 651-652 of the log are specifically the cause of the failure. |
Thanks! I'm not used to a project with many warnings, I missed the fact there were 2 errors. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit, plus let’s rebase these down to one commit, and it’s good to go!
okay, done |
Fixes #2358.