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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: