Error in directive sortable bind hook: "Sortable: `el` must be HTMLElement, and not [object Undefined]"
See original GitHub issueI have this error:
Error in directive sortable bind hook: “Sortable:
el
must be HTMLElement, and not [object Undefined]”
I use it on a parent element that wraps a v-for on an imported component. Maybe Vue is still initialising? I see that my components are mounted after this error.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:13
- Comments:6
Top Results From Across the Web
vue.js - [Vue warn]: Error in directive sortable update hook ...
[Vue warn]: Error in directive sortable update hook: "Sortable: el must be HTMLElement, and not [object Undefined]" · which version of vue.js are ......
Read more >[Solved]-[Vue warn]: Error in directive sortable update hook ...
Coding example for the question [Vue warn]: Error in directive sortable update hook: "Sortable: el must be HTMLElement, and not [object Undefined]"-Vue.js.
Read more >`el` must be HTMLElement, and not [object Undefined]
It worked with the File-folder! However now i get this error when trying to edit an Item Type: del6.PNG.
Read more >Sortable: `el` must be an HTMLElement, not [object Comment]
I want to use vuedraggable to drag and drop the a-sub-menu component in antdv , and finally the following error will be generated....
Read more >$compile - AngularJS: API
You can either return a Directive Definition Object (see below) that ... This hook is invoked with no arguments; if detecting changes, you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This component does not support vue2.0+
As a workaround, I just modified the code to work with vue 2.x like this: