Open inomn opened 1 year ago
Hi @inomn !
Thanks for this issue! Fix that soon
@js2me hi, cool, thanks!
@js2me hi! any estimations on when this could be fixed?
Is this still being worked on?
I'm seeing the same issue and it's preventing me from upgrading.
regression in 13.0.2
still the case in 13.0.3
Good day. In my project we have a case with anyOf string | object
The current implementation of
anyOf
parsing excludes all primitives, but I want to keep them. Any ideas how it could be done?p.s. on v10 worked well, generated
origin: AddressCreationRequest | string;
Thanks.