lemonmade / watch

Apache License 2.0
3 stars 0 forks source link

Fix runtime loading of async modules #301

Closed lemonmade closed 6 months ago

lemonmade commented 6 months ago

Works when doing a full navigation:

Screenshot 2024-01-02 at 2 32 14 PM

But doesn’t when we do a client-side navigation:

Screenshot 2024-01-02 at 2 31 10 PM

globalThis[Symbol.for('quilt')].AsyncModules is still just a map:

Screenshot 2024-01-02 at 2 51 32 PM
lemonmade commented 6 months ago

Fixed by https://github.com/lemonmade/quilt/pull/685 + https://github.com/lemonmade/watch/pull/302