79348910

Date: 2025-01-11 21:20:01
Score: 1
Natty:
Report link

to accept keys, you have to use the imported <Fragment> instead of <> as <> cannot accept keys.

i.e.

import { Fragment } from 'react';

...

<Fragment key={yourKey}>...</Fragment>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: tim