Is your feature request related to a problem? Please describe.
Currently the state api casts the result of .fromFields(...) as ValueType, but in reality its NonMethods<ValueType>. This can lead to issues with the state return values being incorrectly instantiated.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. Currently the state api casts the result of
.fromFields(...)
asValueType
, but in reality itsNonMethods<ValueType>
. This can lead to issues with the state return values being incorrectly instantiated.Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.