Skip to content

(v0.6.1) Reexported jsx as createElement to fix babel JSX pragma crash

Compare
Choose a tag to compare
@hasparus hasparus released this 30 Mar 08:15
· 1585 commits to stable since this release
  • Reexported jsx as createElement 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