Skip to content

Commit e5cf55f

Browse files
committed
wip
1 parent 31a5391 commit e5cf55f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/signals/signals-runtime/src/shared/signals-runtime.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export abstract class SignalsRuntime<Signal extends BaseSignal = BaseSignal> {
4747
if (el === fromSignal) {
4848
return true
4949
} else if (
50-
// if both have id, compare id
5150
'id' in el &&
5251
'id' in fromSignal &&
5352
el.id !== undefined &&

0 commit comments

Comments
 (0)