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
The above does not currently work, because U.view(observable, atom) is not subscribed to. This should be fixed by making it so that U.doSet (and friends) return an observable that subscribes to the atom (which is required when it is a Join atom).
The text was updated successfully, but these errors were encountered:
Consider:
The above does not currently work, because
U.view(observable, atom)
is not subscribed to. This should be fixed by making it so thatU.doSet
(and friends) return an observable that subscribes to the atom (which is required when it is aJoin
atom).The text was updated successfully, but these errors were encountered: