E0376: JSX prop is missing an expression
Every attribute in JSX with a prop requires an expression:
To fix the mistake, add a valid expression to the prop:
Find bugs in JavaScript programs.
Every attribute in JSX with a prop requires an expression:
To fix the mistake, add a valid expression to the prop: