-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed as not planned
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarification
Description
Describe the bug
Following code is not working as I expected. It only shows 0 (or nothing)
<script lang="ts">
let test: number | null = $state(null);
</script>
{test}
<button onclick={() => (test = test ? test + 1 : 0)}>btn</button>
Reproduction
https://svelte.dev/playground/f75dcf3250e644fe9bfbdab647b83e71?version=5.15.0
Logs
No response
System Info
AllSeverity
annoyance
Metadata
Metadata
Assignees
Labels
awaiting submitterneeds a reproduction, or clarificationneeds a reproduction, or clarification