You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>
let foo =undefined1// remove this line and the error goes away
</script>
<buttonon:click={() => (foo='asdf')}>asdf</button>
{#iffoo!==undefined}
<p>clicked</p>
{/if}
7:6 error Unnecessary conditional, both sides of the expression are literal values @typescript-eslint/no-unnecessary-condition
✖ 1 problem (1 error, 0 warnings)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: