Skip to content

Commit 9ac4057

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 d6a1a3a commit 9ac4057

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
@@ -115,6 +115,7 @@ export const LINKED_SIGNAL_NODE = /* @__PURE__ */ (() => {
115115
dirty: true,
116116
error: null,
117117
equal: defaultEquals,
118+
kind: 'linkedSignal',
118119

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

0 commit comments

Comments
 (0)