Files
react/src/utils
Sebastian Markbage 61b38b9f05 Explicit and Implicit Keys Need Separate Namespaces
There are certain cases where you can end up with a collision with an implicit
key (array index) if your explicit key prop is a number. They should use
different namespaces. Therefore I wrap explicit keys in curlies and implicit
array indices in brackets.

I added a simple test case, but another case came up on the mailing list. Where
undefined entries in an array actually results in an entry and therefore an
implicit key.
2013-08-23 14:05:18 -07:00
..
2013-07-24 17:41:54 -07:00
2013-05-29 12:54:02 -07:00
2013-06-25 14:01:15 -07:00
2013-07-24 17:41:54 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00
2013-07-24 17:41:54 -07:00
2013-07-24 17:41:54 -07:00
2013-06-25 14:01:15 -07:00
2013-05-29 12:54:02 -07:00
2013-05-29 12:54:02 -07:00
2013-07-01 13:01:52 -07:00
2013-07-24 17:41:54 -07:00
2013-06-07 22:08:32 -07:00
2013-08-06 14:17:33 -07:00
2013-07-24 17:41:54 -07:00