- ๐บ๐ธUnited States effulgentsia
I recommend renaming
client.css
tohydration.css
, since it's part of thehydration
library, not theclient
library. Note that the hydration library is independent of UI framework, whereas the client library is specific to Preact.Also, as part of this issue, can we add
header: true
to theastro.hydration
library, similar to how we do for thexb-ui
library? That will ensure that the<astro-*>
custom elements begin in an upgraded state, reducing layout shift on the actual site, and possibly also helping with ๐ Overlay and iFrame flicker on updating props values Active while editing within XB. - @jessebaker opened merge request.