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 algorithm specification for "Method: Signal.Computed.prototype.get" says this in phase 1:
If the current execution context is notifying or if this Signal has the state ~computing~, or if this signal is an Effect and computing a computed Signal, throw an exception.
There's no other reference to an "Effect" so it's not clear what this means. There are some references to "effect Signal" elsewhere but this is also not defined anywhere.
The text was updated successfully, but these errors were encountered:
Good catch @prophile! I think this is some language left over from an earlier draft of the proposal. @littledan Should this just be updated to say Watcher or is there a more involved change here?
The algorithm specification for "Method: Signal.Computed.prototype.get" says this in phase 1:
There's no other reference to an "Effect" so it's not clear what this means. There are some references to "effect Signal" elsewhere but this is also not defined anywhere.
The text was updated successfully, but these errors were encountered: