I have the following component that renders a series of components. However, I downloaded React 16.2 and tried to use fragments instead of divs, but I get the following erro
As per the documentation, the syntax <></> is not supported by all tools and they encourage you to use <React.Fragment> instead
<></>
<React.Fragment>
Check this documentation on Support for Fragment syntax