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