Describe the bug
In a schema with a oneOf construct, the OneOfRenderer throws this error: Missing required prop: "rootSchema"
{
"type": "object",
"properties": {
"quantity": {
"oneOf": [{ "type": "string" }, { "type": "number" }]
}
}
}
to reproduce: https://codesandbox.io/p/devbox/jsonforms-oneof-error-mng4g8
Expected behavior
No warning should be thrown.
Steps to reproduce the issue
- Go to (https://codesandbox.io/p/devbox/jsonforms-oneof-error-mng4g8)
- Click on "Show form"
- See error at Dev console
Screenshots
No response
Which Version of JSON Forms are you using?
v3.2.1
Framework
Vue
RendererSet
Vanilla
Additional context
No response