ZNTC0602: Cannot mix '??' with '&&' or '||' without parentheses
ZNTC0602
Section titled “ZNTC0602”Cannot mix ’??’ with ’&&’ or ’||’ without parentheses
Category: Parser: Expression/Operator
Reproduction
Section titled “Reproduction”const x = a ?? b || c;How to fix
Section titled “How to fix”See the error message for cause and resolution.