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 JS Kiwi lib will throw an error for unexpected fields when decoding, but not unexpected enum values. This results in undefined enum values in the decoded result.
The behavior seems at odds with the behavior of throwing an error for unexpected fields, so it seems like a bug to me.
PR coming.
The text was updated successfully, but these errors were encountered:
The JS Kiwi lib will throw an error for unexpected fields when decoding, but not unexpected enum values. This results in
undefined
enum values in the decoded result.The behavior seems at odds with the behavior of throwing an error for unexpected fields, so it seems like a bug to me.
PR coming.
The text was updated successfully, but these errors were encountered: