Skip to content

Commit 874f513

Browse files
trueadmRich-Harris
andauthored
Update packages/svelte/src/internal/client/reactivity/props.js
Co-authored-by: Rich Harris <[email protected]>
1 parent 3990a6b commit 874f513

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/internal/client/reactivity

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/reactivity/props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ export function prop(props, key, flags, fallback) {
424424
return value;
425425
}
426426

427-
if (has_destoyed_component_ctx(current_value)) {
427+
if (has_destroyed_component_ctx(current_value)) {
428428
return current_value.v;
429429
}
430430

0 commit comments

Comments
 (0)