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 a6a395d commit e47bddeCopy full SHA for e47bdde
shadow.js
@@ -49,8 +49,8 @@ export class Shadow extends HTMLElement {
49
/** @private */
50
_waitingList = new Set();
51
52
- /** @type{HTMLTemplateElement | null} */
53
- htmlResult = null;
+ /** @type{HTMLTemplateElement} */
+ htmlData = createTemplate("");
54
55
/** @type{JsonObject} */
56
jsonData = {};
0 commit comments