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
state only accepts one input and it is limited to either the atom type (say MapUnionSingletonMap) -or- the collection type (say MapUnionHashMap). The problem can't be solved with union.
Ideally, state accepts multiple inputs - the types can be any type "mergeable" into the state.
The text was updated successfully, but these errors were encountered:
state
only accepts one input and it is limited to either the atom type (sayMapUnionSingletonMap
) -or- the collection type (sayMapUnionHashMap
). The problem can't be solved withunion
.Ideally,
state
accepts multiple inputs - the types can be any type "mergeable" into the state.The text was updated successfully, but these errors were encountered: