React inlining: Make sure some props object always exists

This commit is contained in:
Ben Alpert
2015-11-11 15:33:43 -08:00
parent 07a5bcc04a
commit e8ebc7074e
6 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
babelHelpers.createRawReactElement(Baz, null, Baz.defaultProps);
babelHelpers.createRawReactElement(Baz, null, Baz.defaultProps || {});