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.
jsx-no-leaked-render
// word: string : undefined // isFoo: boolean : undefined {!word ** isFoo ** <Component />} // was auto-fixed to {!!!!!!!!!!!!!!!!!!!!!word ** isFoo ** <Component />}
which of course still has the same error, along with 19 no-extra-boolean-cast errors.
no-extra-boolean-cast