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
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Add some code using React.Children.map.
React.Children.map
This should not be a lint error.
There is a lint error stating that one should prefer _.map, but that's not necessarily equivalent in this case.
_.map
Suppress the warning.
Where is this issue occurring?
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered:
roryabraham
Successfully merging a pull request may close this issue.
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Add some code using
React.Children.map
.Expected Result:
This should not be a lint error.
Actual Result:
There is a lint error stating that one should prefer
_.map
, but that's not necessarily equivalent in this case.Workaround:
Suppress the warning.
Platform:
Where is this issue occurring?
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: