- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.7k
Closed
Labels
Description
Describe the bug
I have a pattern for trying to deal with async data that isn't working properly anymore since 5.39.0. $inspect(delayed_value) shows that delayed_value is getting updated, but this is not reflected in the DOM.
The $derived on line 8 looks useless, but it is part of what makes this break, and it was part of a more complicated expression in my original app that did actually do something.
Apart from any runtime changes in 5.39.0, the compilation change that I'm seeing since 5.38.10 is await null; starting to get compiled to (await $.save(null))();.
Reproduction
Logs
init undefined
update fooSystem Info
REPLSeverity
blocking an upgrade
kgar, noobmaster19, gyurielf and hmnd