To add a key to a fragment you need to use full Fragment syntax:
<React.Fragment key={your key}>
...
</React.Fragment>
See docs here https://reactjs.org/docs/fragments.html#keyed-fragments
To add a key to a fragment you need to use full Fragment syntax:
<React.Fragment key={your key}>
...
</React.Fragment>
See docs here https://reactjs.org/docs/fragments.html#keyed-fragments