We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react/jsx-key
This does not warn on this use case:
data.map(x => somecheck && <Hello>{x}</Hello>);