OpenSourceCTF / website

MIT License
7 stars 3 forks source link

React Fragment sugar broken / upgrade Babel #25

Open samhh opened 6 years ago

samhh commented 6 years ago

As of 16.2.0 React has Fragments, and JSX has some sugar for them like so: <Fragment> becomes <>.

This is presently broken as it requires Babel upgrades.

Ran into some issues wrt scoped Babel packages when trying to fix this before, may be blocked, needs investigation.

samhh commented 6 years ago

babel-core bridge version may address this per: https://github.com/babel/babel/issues/6824#issuecomment-344327945