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
Indeed. This is one of the many unfortunate consequences of using function as the base for all the observables.
Here is an idea to improve the situation by making only the simple types based on function and moving the complex (collections, structs, etc) to ordinary objects: #8 (comment)
We’d also change isObservable to use Symbols for detection instead of typeof x === ‘function’.
Great! I'm all for removing gotcha's. This is very much related to the documentation part of scuttlebot. While developing something for patchcore I changed my tactics to highlightning pain points I find as I move through them, hopefully we can all learn something :)
It seems that
= 1, but:
= 0
This is a bit of a gotcha :)
The text was updated successfully, but these errors were encountered: