Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove unsupported operators in angular material object renderer
The Angular Material object renderer sometimes also takes over the responsibility to render 'oneOf', 'anyOf' and 'allOf' because we don't support these constructs in Angular Material yet. However this then leads to errors. Therefore we no longer consider these combinators during rendering. closes #2083
- Loading branch information