Skip to content

Commit

Permalink
Update packages/svelte/src/internal/client/reactivity/props.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Oct 24, 2024
1 parent 930916d commit ecae513
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/svelte/src/internal/client/reactivity/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,6 @@ export function prop(props, key, flags, fallback) {

return value;
}
var current = get(current_value);

return current;
return get(current_value);
};
}

0 comments on commit ecae513

Please sign in to comment.