(v0.6.1) Reexported jsx as createElement to fix babel JSX pragma crash
-
Reexported
jsx
ascreateElement
to fix babel JSX pragma crash. Issue #1603, PR #1604 by @ethanwu10.The following code doesn't crash anymore.
<div {...{}} key="1" />
You can test this change in CodeSandbox: https://codesandbox.io/s/snowy-hooks-gtiuh?file=/src/App.js