Files
react/src
Paul O’Shannessy 50a0d69961 Protect better against createElement(null/undefined)
This adds a warning to React.createElement in __DEV__ about using null
or undefined. This is technically valid since element creation can be
considered safe and usable in multiple rendering environments. But
rendering in a DOM environment with an element with null/undefined type
is not safe.
2014-12-17 10:38:02 -08:00
..
2014-12-14 15:22:24 -08:00
2014-10-26 12:18:24 +02:00
2013-05-29 12:54:02 -07:00