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;