Schema Decoding Behavior: Excess Properties in Output
I remember some weeks ago reading somewhere that Schema decoding was always stripping excess properties and the only configurable behaviour was whether error on those or just silently ignore them. Right now with version 0.34.0 I get those excess properties as the output of decoding with a
Example:
Schema.struct({}) with no properties.Example:
