We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The rules no-method-declaration-in-view, no-react-hooks-in-view, no-complex-logic-in-view-attributes do not work when:
The component uses the shorthand of React fragment.
The component return JSX by using the conditional (ternary) operator.
The rules no-method-declaration-in-view, no-react-hooks-in-view, no-complex-logic-in-view-attributes do not work when:
The component uses the shorthand of React fragment.
The component return JSX by using the conditional (ternary) operator.