eclipsesource / eclipsesource/jsonforms
Vue allOf example crashes
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 424
- Avg merge
- 17d 8h
- Merged PRs (30d)
- 1
Description
### Describe the bug
allOf example in the vue example app crashes:
error message:
Uncaught (in promise) RangeError: Maximum call stack size exceeded
at createComponentInstance (runtime-core.esm-bundler.js:7304:20)
at mountComponent (runtime-core.esm-bundler.js:5813:48)
at processComponent (runtime-core.esm-bundler.js:5798:9)
at patch (runtime-core.esm-bundler.js:5286:11)
at mountChildren (runtime-core.esm-bundler.js:5530:7)
at mountElement (runtime-core.esm-bundler.js:5437:7)
at processElement (runtime-core.esm-bundler.js:5402:7)
at patch (runtime-core.esm-bundler.js:5274:11)
at mountChildren (runtime-core.esm-bundler.js:5530:7)
at processFragment (runtime-core.esm-bundler.js:5745:7)
### Expected behavior
JSON Forms shouldn't crash
### Steps to reproduce the issue
Select the allOf renderer example in the vue example app
### Screenshots

### Which Version of JSON Forms are you using?
3.2.1
### Framework
Vue
### RendererSet
Vanilla
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.