Describe the bug
In the following example, the physicalWidth inside the {#await} block isn't updated (see the REPL linked below).
<Wrapper let:physicalWidth>
{physicalWidth}
{#await getWhatever() then result}
{physicalWidth}
{/await}
</Wrapper>
Reproduction
https://svelte.dev/repl/d0732e9de86747f7981fd11d575177ac?version=4.1.1
Logs
No response
System Info
Severity
blocking an upgrade