()
| 14 | var emptyFunction = require('./utils/emptyFunction') |
| 15 | var invariant = function() {} |
| 16 | var warning = function() {} |
| 17 | /** |
| 18 | * We used to allow keyed objects to serve as a collection of ReactElements, |
| 19 | * or nested sets. This allowed us a way to explicitly key a set a fragment of |
no outgoing calls
no test coverage detected