Closed littlespex closed 9 months ago
Describe the bug The return type for decodeCmsdDynamic is incorrect. While CmsdDynamic[] is the correct name, under the hood its resolves to CMSD dynamics params object when it should be an object with value and params fields.
decodeCmsdDynamic
CmsdDynamic[]
value
params
Describe the bug The return type for
decodeCmsdDynamic
is incorrect. WhileCmsdDynamic[]
is the correct name, under the hood its resolves to CMSD dynamics params object when it should be an object withvalue
andparams
fields.