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
In the 'Avoid duplication in state' part of this page, 'index' is used as the second argument in the map function, but never used.
https://react.dev/learn/choosing-the-state-structure
Remove the 'index' argument from the map function, as it is not used.
The text was updated successfully, but these errors were encountered:
"I'd love to contribute! Let me know if I can help."
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
In the 'Avoid duplication in state' part of this page, 'index' is used as the second argument in the map function, but never used.
Page
https://react.dev/learn/choosing-the-state-structure
Details
Remove the 'index' argument from the map function, as it is not used.
The text was updated successfully, but these errors were encountered: