From 2c285a60bb715437fcda014b19630958b84c5081 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 19 Nov 2023 00:12:30 +0100 Subject: [PATCH] refactor: remove constructor; move initializeProps to connectedCallback --- sample.html | 2 +- src/WebComponent.js | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sample.html b/sample.html index 64c6577..a521ae2 100644 --- a/sample.html +++ b/sample.html @@ -3,7 +3,7 @@ WC Base Test