Files
react/src
CommitSyncScript 0e91febb9c Better warnings for missing keys on arrays
We have less dynamic arrays in the code base now so let's start warning for all
the cases where we pass dynamic arrays without keys.

I use the displayName to point out which component's render method was
responsible. I only warn once per component. If the child was created in a
different component (and passed as a property) I also show the owner of the
child. Maybe it should've attached the key at a higher level.

This does give false positives for arrays that are truly static. Those should
probably be refactored to use the XML syntax if possible.
2013-06-18 09:36:24 -07:00
..
2013-06-17 16:26:56 -07:00
2013-06-17 16:26:56 -07:00
2013-06-17 16:26:56 -07:00
2013-06-17 12:49:45 -07:00
2013-06-17 16:26:56 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00