We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04eddd commit 3990a6bCopy full SHA for 3990a6b
packages/svelte/src/internal/client/reactivity/props.js
@@ -245,7 +245,7 @@ export function spread_props(...props) {
245
* @param {Derived} current_value
246
* @returns {boolean}
247
*/
248
-function has_destoyed_component_ctx(current_value) {
+function has_destroyed_component_ctx(current_value) {
249
return current_value.ctx?.d ?? false;
250
}
251
0 commit comments