Using the typescript declarations, encoding a StudyProtocolSnapshot which has an unknown type throws:
IllegalStateException: Could not find a matching field for "polymorphicDiscriminator" on the JavaScript runtime.
Repro steps:
New test in ./typescript-declarations/tests/carp-protocol-test.ts
Using the typescript declarations, encoding a
StudyProtocolSnapshot
which has an unknown type throws:IllegalStateException: Could not find a matching field for "polymorphicDiscriminator" on the JavaScript runtime.
Repro steps: New test in
./typescript-declarations/tests/carp-protocol-test.ts