We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use immutable.js extensively accross my apps. I get errors on ImmutablePropTypes.map and ImmutablePropTypes.list
Typo in declared prop type: map react/no-typos Typo in declared prop type: list react/no-typos
Please help. Currently it breaks my build, so I will mute this rule until you fix it
The text was updated successfully, but these errors were encountered:
Can you show the code? A PR was merged recently that hopefully fixes this issue: #1671
Sorry, something went wrong.
@jseminck There hasn't been a new release after merge. The build phase seems to have been cancelled https://ci.appveyor.com/project/yannickcr/eslint-plugin-react/build/2077
That's just appveyor; it simply hasn't been released yet.
Where can I see the plans for PR to be merged? I have the same problem as @JustFly1984. There's any workaround better than disabling the rule? Thanks.
It's been merged.
No branches or pull requests
I use immutable.js extensively accross my apps.
I get errors on ImmutablePropTypes.map and ImmutablePropTypes.list
Please help. Currently it breaks my build, so I will mute this rule until you fix it
The text was updated successfully, but these errors were encountered: