Warn when Choose
tag is empty or does not have at least one When
tag as child.
The following patterns are considered warnings:
<Choose></Choose>
<Choose><div/></Choose>
The following patterns are not warnings:
<Choose>
<When/>
</Choose>
If you are not using JSX, you can disable this rule