Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'splice' of undefined #50

Open
benoitvb opened this issue Jun 8, 2018 · 0 comments
Open

Uncaught TypeError: Cannot read property 'splice' of undefined #50

benoitvb opened this issue Jun 8, 2018 · 0 comments

Comments

@benoitvb
Copy link

benoitvb commented Jun 8, 2018

Hello,
I'm working on a 3 level nested lists.
There is an issue when I'm trying to drop an element to a list element that is empty or newly created.
The targeted list is undefined.

Section.vue?b2d5:144 Uncaught TypeError: Cannot read property 'splice' of undefined at VueComponent.handleDrop (Section.vue?d3fb:142) at boundFn (vue.esm.js?efeb:188) at VueComponent.invokeCallback (vddl.runtime.js?801c:372) at VueComponent.boundFn [as invokeCallback] (vue.esm.js?efeb:187) at VueComponent.handleDrop (vddl.runtime.js?801c:261) at Proxy.boundFn (vue.esm.js?efeb:188) at drop (vddl.runtime.js?801c:161) at invoker (vue.esm.js?efeb:1986) at HTMLDivElement.fn._withTask.fn._withTask (vue.esm.js?efeb:1784)

It works fine with lists that have already items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant