Recently we switched to JsonForms 3.1 and replaced the former 2.x react version using the material design renderer.
It is indeed a bit faster now, but we observe that using oneOf the resulting tabs do not show the titles anymore. We use more complex object types, but the title keys of them were always shown.
Does someone know if this can be fixed on the schema side or is it bug/feature which has not been ported to 3.x yet? Or can you provide an example using 3.x which shows the desired behavior please?
Thanks for the report! You’re right, the peerDependencies were incorrectly updated during the last alpha release. We’ll fix it right away. If possible for you, then install version 3.2.0-alpha.0 of all @jsonforms packages in your project and ignore the peerDependencies errors until the fix is released.