Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Nov 2, 2024
1 parent 31a5391 commit e5cf55f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export abstract class SignalsRuntime<Signal extends BaseSignal = BaseSignal> {
if (el === fromSignal) {
return true
} else if (
// if both have id, compare id
'id' in el &&
'id' in fromSignal &&
el.id !== undefined &&
Expand Down

0 comments on commit e5cf55f

Please sign in to comment.