Skip to content

Commit 997836e

Browse files
pkozlowski-opensourcealxhub
authored andcommitted
refactor(core): specify reactive node kind for linked signal (#60451)
This commit adds reactive node kind for linked signal. PR Close #60451
1 parent dcfa8a0 commit 997836e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/primitives/signals/src/linked_signal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export const LINKED_SIGNAL_NODE = /* @__PURE__ */ (() => {
116116
dirty: true,
117117
error: null,
118118
equal: defaultEquals,
119+
kind: 'linkedSignal',
119120

120121
producerMustRecompute(node: LinkedSignalNode<unknown, unknown>): boolean {
121122
// Force a recomputation if there's no current value, or if the current value is in the

0 commit comments

Comments
 (0)