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
The ArrayInput does not work properly when it has no definition.
Here is the error in the console:
ArrayInput.vue:30 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'rules')
at setup (ArrayInput.vue:30:1)
at callWithErrorHandling (runtime-core.esm-bundler.js:158:1)
at setupStatefulComponent (runtime-core.esm-bundler.js:7236:1)
at setupComponent (runtime-core.esm-bundler.js:7197:1)
at mountComponent (runtime-core.esm-bundler.js:5599:1)
at processComponent (runtime-core.esm-bundler.js:5565:1)
at patch (runtime-core.esm-bundler.js:5040:1)
at ReactiveEffect.componentUpdateFn [as fn] (runtime-core.esm-bundler.js:5773:1)
at ReactiveEffect.run (reactivity.esm-bundler.js:178:1)
at instance.update (runtime-core.esm-bundler.js:5814:1)
Describe the bug
The
ArrayInput
does not work properly when it has no definition.Here is the error in the console:
To Reproduce
UdrlXxWV8j.mp4
Application
leto-modelizer
commit hash:107e2facce4e17fb754472ef7f38f1b85849dc51
The text was updated successfully, but these errors were encountered: