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 collection types currently only accept types with Encode/Decode, but there are cases where it would be nice to have collections of the higher-level State types. We could change all collections to accept only State types, but also have an automatic way to wrap Encode/Decode types in a Value<T>. This probably has other benefits as well since there are a lot of helper methods we can add to Value.
The text was updated successfully, but these errors were encountered:
mappum
changed the title
Allow collections of WrapStore types
Allow collections of State types
Aug 4, 2020
Uh oh!
There was an error while loading. Please reload this page.
The collection types currently only accept types with
Encode
/Decode
, but there are cases where it would be nice to have collections of the higher-levelState
types. We could change all collections to accept onlyState
types, but also have an automatic way to wrapEncode
/Decode
types in aValue<T>
. This probably has other benefits as well since there are a lot of helper methods we can add toValue
.The text was updated successfully, but these errors were encountered: