Skip to content

Commit 18e7262

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

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
@@ -414,7 +414,7 @@ export function prop(props, key, flags, fallback) {
414414
fallback_value = new_value;
415415
}
416416

417-
if (has_destoyed_component_ctx(current_value)) {
417+
if (has_destroyed_component_ctx(current_value)) {
418418
return value;
419419
}
420420

0 commit comments

Comments
 (0)