At the moment, the supported options for fragments are:
<>...</>
<Fragment>...</Fragment>
<Inferno.Fragment>...</Inferno.Fragment>
Projects currently using React would benefit from also supporting, <React.Fragment> to make the transition smoother, or being able to configure it, like <Anything.Fragment>.
At the moment, the supported options for fragments are:
Projects currently using React would benefit from also supporting,
<React.Fragment>to make the transition smoother, or being able to configure it, like<Anything.Fragment>.