-
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
enhancementNew feature or requestNew feature or request
Description
when returning objects from a computed function the value always changes.
i guess the compare function here is a simple ===
. And {} === {}
is false
.
is there a way to use a more advanced compare function?
i guess the current compare function is here:
signals/packages/core/src/index.ts
Line 267 in d0e5c2d
finish(signal._value === ret, true); |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request