You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adapts the `isObjectArrayWithNesting` tester to return true for an array that has an `anyOf` or `oneOf` as its items definition.
This was already the case earlier. Thus, this is not a new behavior but fixes a regression.
Fixeclipsesource#1996
Signed-off-by: Lucas Koehler <lkoehler@eclipsesource.com>
Describe the bug
I am using react with material-renderers. Up to
3.0.0-beta.4
arrays of union types, e.g.where rendered, from
3.0.0-beta.5
onward, only the messageNo applicable renderer found.
is displayed.Expected behavior
An array of union types (
anyOf
,oneOf
) should be rendered again as an array form.Steps to reproduce the issue
Screenshots
beta.4
beta.5
In which browser are you experiencing the issue?
Google Chrome Version 103.0.5060.134 (Official Build) (64-bit)
Framework
React
RendererSet
Material
Additional context
No response
The text was updated successfully, but these errors were encountered: