|
|
|
@ -718,7 +718,6 @@ export function get(signal) {
|
|
|
|
// have their status reset (the owning batch relies on both), and their
|
|
|
|
// have their status reset (the owning batch relies on both), and their
|
|
|
|
// value in this world follows from the active overlay
|
|
|
|
// value in this world follows from the active overlay
|
|
|
|
/** @type {Batch | null} */
|
|
|
|
/** @type {Batch | null} */
|
|
|
|
// eslint-disable-next-line no-useless-assignment
|
|
|
|
|
|
|
|
var owner = null;
|
|
|
|
var owner = null;
|
|
|
|
|
|
|
|
|
|
|
|
if (
|
|
|
|
if (
|
|
|
|
@ -793,8 +792,6 @@ export function get(signal) {
|
|
|
|
return signal.v;
|
|
|
|
return signal.v;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else if (!untracking) {
|
|
|
|
} else if (!untracking) {
|
|
|
|
override_owner = override_owner.resolved();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var override_value = override[0];
|
|
|
|
var override_value = override[0];
|
|
|
|
|
|
|
|
|
|
|
|
if (
|
|
|
|
if (
|
|
|
|
|