We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e6691 commit 8927c51Copy full SHA for 8927c51
src/LiveComponent/CHANGELOG.md
@@ -5,7 +5,7 @@
5
- Add `modifier` option in `LiveProp` so options can be modified at runtime.
6
- Fix collections hydration with serializer in LiveComponents
7
- Add `loading` attribute to defer the rendering on the component after the
8
- page is rendered, either when the page loads (`loading="defer"`) or when
+ page is rendered, either when the page loads (`loading="defer"`) or when
9
the component becomes visible in the viewport (`loading="lazy"`).
10
- Deprecate the `defer` attribute.
11
0 commit comments