I am trying to use oneOf functionality in the react-json-schema component. There is an example on this page react-jsonschema-form playground, just click "oneOf" to get its data.
If I copy and paste the schema, ui_schema and defaults values into the component in Retool I get an error "Error:Cannot convert undefined or null to object".
Is it maybe that the unlaying react-json-schema component used in Retool is an old version and doesn't support this functionality yet? Simpler examples work fine.
Thanks
Rich