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 9364e16 commit bce98d2Copy full SHA for bce98d2
.changeset/loud-rings-lay.md
@@ -0,0 +1,5 @@
1
+---
2
+"@patternfly/elements": patch
3
4
+
5
+`<pf-icon>`: fixed lazy icon lazy loading
elements/pf-icon/pf-icon.ts
@@ -52,7 +52,7 @@ export class PfIcon extends LitElement {
52
icon.#intersecting = isIntersecting;
53
ric(() => {
54
if (icon.#intersecting) {
55
- icon.load();
+ icon.#load();
56
}
57
});
58
0 commit comments