Describe the bug
Since 5.43.0 function bindings are throwing various errors in async components.
Reproduction
REPL
<script>
await 1;
let value = $state('');
function getValue() { return value }
function setValue(v) { value = v }
</script>
<input bind:value={getValue, setValue} />
Logs
Cannot read properties of undefined (reading 'f') in <unknown> in __wrapper.svelte
System Info
Severity
blocking an upgrade