We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfa8a0 commit 997836eCopy full SHA for 997836e
packages/core/primitives/signals/src/linked_signal.ts
@@ -116,6 +116,7 @@ export const LINKED_SIGNAL_NODE = /* @__PURE__ */ (() => {
116
dirty: true,
117
error: null,
118
equal: defaultEquals,
119
+ kind: 'linkedSignal',
120
121
producerMustRecompute(node: LinkedSignalNode<unknown, unknown>): boolean {
122
// Force a recomputation if there's no current value, or if the current value is in the
0 commit comments