jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Vue allOf example crashes

Open LukasBoll opened this issue 11 months ago • 0 comments

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

image

Which Version of JSON Forms are you using?

3.2.1

Framework

Vue

RendererSet

Vanilla

Additional context

No response

LukasBoll avatar Mar 27 '24 18:03 LukasBoll