brackets-userland / brackets-npm-registry

Extension to install other extensions with npm
MIT License
44 stars 8 forks source link

React-Components: Add keys to dynamic children #31

Closed petetnt closed 8 years ago

petetnt commented 8 years ago

An unique key-prop should always be provided to dynamic children. This PR adds the missing key props to <RegistryItem>s (entry._id) and its dependencies (running index).

See http://facebook.github.io/react/docs/multiple-components.html#dynamic-children for more information.

zaggino commented 8 years ago

:+1: