From 67cc43f3c0c055f2e3d15a51c7dcac2e5fa695b9 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 30 Nov 2020 12:49:41 +0100 Subject: [PATCH] fix tag missing for errorToDOM --- src/utils/TemplateView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/TemplateView.js b/src/utils/TemplateView.js index 07dea01..1617d6a 100644 --- a/src/utils/TemplateView.js +++ b/src/utils/TemplateView.js @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import { setAttribute, text, isChildren, classNames, TAG_NAMES, HTML_NS } from "./html.js"; +import { setAttribute, text, isChildren, classNames, TAG_NAMES, HTML_NS, tag } from "./html.js"; /** Bindable template. Renders once, and allows bindings for given nodes. If you need