You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Subject state$ and input$ are always created. How about checking the length of the callback argument and only create the Subjects that are used by the callback.
One caveat of this approach is the length check does not recognize spread arguments and the use of arguments object. But I think it is rare to use callback this way.
The text was updated successfully, but these errors were encountered:
Currently Subject state$ and input$ are always created. How about checking the
length
of the callback argument and only create the Subjects that are used by the callback.One caveat of this approach is the
length
check does not recognize spread arguments and the use ofarguments
object. But I think it is rare to use callback this way.The text was updated successfully, but these errors were encountered: