Skip to content

Commit e6ce68d

Browse files
committed
remove for now
1 parent ed6e1c0 commit e6ce68d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/svelte/src/internal/client/runtime.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,10 +1426,6 @@ export function prop_source(props_obj, key, flags, default_value) {
14261426
const immutable = (flags & PROPS_IS_IMMUTABLE) !== 0;
14271427
const runes = (flags & PROPS_IS_RUNES) !== 0;
14281428

1429-
if (is_signal(props_obj)) {
1430-
// throw new Error('nope');
1431-
}
1432-
14331429
const props = is_signal(props_obj) ? get(props_obj) : props_obj;
14341430
const update_bound_prop = get_descriptor(props, key)?.set;
14351431
let value = props[key];

0 commit comments

Comments
 (0)