Skip to content

Cannot set properties of null (setting '__draggable_context')#145

Open
zhyswan wants to merge 19 commits into
SortableJS:masterfrom
zhyswan:master
Open

Cannot set properties of null (setting '__draggable_context')#145
zhyswan wants to merge 19 commits into
SortableJS:masterfrom
zhyswan:master

Conversation

@zhyswan

@zhyswan zhyswan commented May 3, 2022

Copy link
Copy Markdown

Cannot set properties of null (setting '__draggable_context')
vue3.2 之后 无法获取到 node.el
bug 修复 Bug fix
在使用 tag="transition-group" 的时候,需要至少两层 html 标签

<template #item="{ element }">
  <div class="list-group-item">
    <div>{{ element.name }}</div>
  </div>
</template>

@carl-jin

carl-jin commented May 8, 2022

Copy link
Copy Markdown

套了 2 层还是报错

@tujianglin

Copy link
Copy Markdown

套了 2 层还是报错

你有发现怎么解决吗

@dorklein

dorklein commented May 9, 2022

Copy link
Copy Markdown

When is this going to be pushed to the next release?

@carl-jin

carl-jin commented May 9, 2022

Copy link
Copy Markdown

套了 2 层还是报错

你有发现怎么解决吗

放弃了 transition-group。

@micahlt

micahlt commented May 26, 2022

Copy link
Copy Markdown

Please get this merged @David-Desmaisons!

@NoxPhoenix

Copy link
Copy Markdown

Would love for this to be merged!

@b-d-k

b-d-k commented Jun 1, 2022

Copy link
Copy Markdown

The PR goes way beyond the scope of fixing an error. Still it would be nice if the authors "un-abandoned" this project.

@tamasnorbert

Copy link
Copy Markdown

Will this be pushed? @David-Desmaisons

@toniengelhardt

Copy link
Copy Markdown

I installed this PR and it works perfectly, thanks a lot 🙏🏽

@bridgeL

bridgeL commented Oct 25, 2022

Copy link
Copy Markdown

可以正确使用Transition了,爱你

@caohongtao

Copy link
Copy Markdown

测试了,可以使用。在package.json中引用他的github仓库就行了。thanks a lot 🙏🏽
"vuedraggable": "git+https://github.com/zhyswan/vue.draggable.next.git#master",

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

Successfully merging this pull request may close these issues.