We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A component like this causes this rule to error out, even though there most definitely is a key prop on the underlying JSX:
const Foo = props => ( [ <div {...{ key:1 {...props} />, <div {...{ key:2 {...props} /> ] )