- Notifications
You must be signed in to change notification settings - Fork85
Open
Description
Currently Subject state$ and input$ are always created. How about checking thelength
of the callback argument and only create the Subjects that are used by the callback.
One caveat of this approach is thelength
check does not recognize spread arguments and the use ofarguments
object. But I think it is rare to use callback this way.
Metadata
Metadata
Assignees
Labels
No labels