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
Value of any function that begins with on e.g. onClose, onError, onJoin and onJoinError should be the Json.Decode.Value type because the value comes from the outside world. I know that Json.Decode.Value is actually Json.Encode.Value under the hood, but it is confusing.
Link
Value
toJson.Encode.Value
and be explicit about what it is in documentationThe text was updated successfully, but these errors were encountered: