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 41fb779 commit cd632e5Copy full SHA for cd632e5
packages/svelte/src/internal/client/runtime.js
@@ -743,7 +743,7 @@ export function get(signal) {
743
var is_derived = (flags & DERIVED) !== 0;
744
745
// If the derived is destroyed, just execute it again without retaining
746
- // it's memoisation properties – as the derived is stale
+ // its memoisation properties as the derived is stale
747
if (is_derived && (flags & DESTROYED) !== 0) {
748
var value = execute_derived(/** @type {Derived} */ (signal));
749
// Ensure the derived remains destroyed
0 commit comments