Closed Jack-Works closed 4 years ago
Was a bug in typeson (primitive values left as part of encapsulation (such as with bigint) that were encountered more than once were treated as cyclic). Plan to update typeson-registry as well shortly.
Fixed and released in v1.0.0-alpha.34. Thanks for the report!
Expected:
{ map: Map(2) { 1 => 1n, 0 => 1n } }
Actual:
{ map: Map(2) { 1 => 1n, 0 => undefined } }