From 11df5ff7e4a580319bb92c9fa53767b4f462965b Mon Sep 17 00:00:00 2001 From: Christopher Mardell Date: Wed, 5 Aug 2020 19:51:19 +0930 Subject: [PATCH] Fix failing test --- src/runtime/internal/Component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/runtime/internal/Component.ts b/src/runtime/internal/Component.ts index e0e7e15fc5..808f60142c 100644 --- a/src/runtime/internal/Component.ts +++ b/src/runtime/internal/Component.ts @@ -229,7 +229,6 @@ if (typeof HTMLElement === 'function') { for (const attr of Object.getOwnPropertyNames($$props)) { this.$$initialProps[attr] = $$props[attr]; } - return; } if (this.$$set && !is_empty($$props)) { this.$$.skip_bound = true;