reactjs / react.dev

The React documentation website
https://react.dev/
Creative Commons Attribution 4.0 International
10.97k stars 7.49k forks source link

Broken warning URL in console #7083

Closed bswebs2 closed 3 weeks ago

bswebs2 commented 1 month ago

The warning for "Each child in a list should have a unique "key" prop." redirects to a "Not Found" page. The exact URL it is attempting to load is https://react.dev/docs/lists-and-keys.html#keys. ReactErrorHeader ReactErrorLink

I am confused about how to fix the error in my code because I am using a key prop like the error suggests.

saksha914 commented 1 month ago

can i work on this issue?

BartoszKlonowski commented 3 weeks ago

Hello @bswebs2, thanks for reporting! We already have that reported in #7080, so I will close this as a duplicate.

@saksha914: If you feel like contributing you are most welcome! We do not assign folks to issues, and usually there's no need to wait for a green light to work on any issue. Just type that you will work on to let other interested contributors know, and launch a PR. 💪 Only ask is to please remember to properly link a PR to issue you worked on (in this case it will be first reported, #7080) by using one of GH's keywords (closes #, fixes #) 🙏