-
Notifications
You must be signed in to change notification settings - Fork 981
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
Fix testimonials of key prop error #71
Conversation
Thanks for the PR! The commits here don't seem to address the issue, did you push the right branch? |
70c79fc
to
2ad73a0
Compare
@ekoeryanto |
@mki-skt, anything I can help? |
@ekoeryanto |
@erquhart |
@mki-skt although there are exceptions to the rule, it is generally considered an anti-pattern to use index as keys (read more here: https://reactjs.org/docs/lists-and-keys.html#keys). I like the
|
My only reasoning here is that this isn't an app, so those maps are static and won't ever change. But yeah, agreed on the general and proper route being unique id's. |
@AustinGreen I will fix it! |
@erquhart @AustinGreen |
If you're going to use |
Fix testimonials of key prop error
I fixed Product page key prop error.