Revert "Revert babel-helper-builder-react-jsx change from #4988" (#9119)

This reverts commit dbc07220ae.

# Conflicts:
#	packages/babel-helper-builder-react-jsx/src/index.js
This commit is contained in:
Daniel Tschinder
2019-01-05 22:22:49 -08:00
committed by GitHub
parent a58893d1e3
commit 54f072991d
3 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1 @@
<div>{...children}</div>;

View File

@@ -0,0 +1,3 @@
{
"throws": "Spread children are not supported in React."
}