Fragments giving Unexpected token error in React 16.2 Fragments giving Unexpected token error in React 16.2 reactjs reactjs

Fragments giving Unexpected token error in React 16.2


As per the documentation, the syntax <></> is not supported by all tools and they encourage you to use <React.Fragment> instead

Check this documentation on Support for Fragment syntax