This does not warn on this use case: ``` data.map(x => somecheck && <Hello>{x}</Hello>); ```
This does not warn on this use case: