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 927f3d2 commit 3b85e10Copy full SHA for 3b85e10
packages/svelte/src/internal/client/runtime.js
@@ -959,9 +959,6 @@ export function get(signal) {
959
var parent = derived.parent;
960
961
if (parent !== null) {
962
- // if ((parent.f & UNOWNED) === 0) {
963
- // derived.f ^= UNOWNED;
964
- // }
965
// If the derived is owned by another derived then mark it as unowned
966
// as the derived value might have been referenced in a different context
967
// since and thus its parent might not be its true owner anymore
0 commit comments