Comparing version 0.4.2 to 0.4.3
@@ -54,3 +54,5 @@ import { html, render } from 'lit-html'; | ||
this._renderEnqueued = false; | ||
this.render(); | ||
if (this._isConnected) { | ||
this.render(); | ||
} | ||
}); | ||
@@ -57,0 +59,0 @@ } |
{ | ||
"name": "fit-html", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "5KB functional Web Components without bloat", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -165,3 +165,5 @@ import { html, render, PartCallback, TemplateResult } from 'lit-html'; | ||
this._renderEnqueued = false; | ||
this.render(); | ||
if (this._isConnected) { | ||
this.render(); | ||
} | ||
}); | ||
@@ -168,0 +170,0 @@ } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49353
812