vue-fragment
vue-fragment copied to clipboard
Issue with vue-fragment 1.5.2
I'm getting this issue with the new version of vue-fragment (1.5.2):
[Vue warn]: Error in nextTick: "NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node."
DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.

same. Started happening in 1.5.2. Will revert to previous version for now.
same. Better to roll back to v1.5.1
i have same problem this version caused a bug on my proj
same problem
same problem here
Same here. The MR https://github.com/Thunberg087/vue-fragment/pull/48 seems to break having a fragment as a root element in a dynamically added or removed component.
I rolled back to v1.5.1 and look forward to having fixed this issue in a future release. Thanks for this library :-)
Is every one using Nuxt? I have this error since i updated Nuxt to 2.15.x
but as @fxmanu said, reverting back to v.1.5.1 fix the problem for me!
Is every one using Nuxt? I have this error since i updated Nuxt to 2.15.x
No, I don't.
Ok just to know if it was nuxt related but it seems not!
same. Better to roll back to v1.5.1
For now, this seems to solve the problem.
same. Better to roll back to v1.5.1
For now, this seems to solve the problem.
Please keep the issue open since the problem still exists for the latest release. Other people will find this known problem faster and can better track if it is fixed.
This caused a production issue for us today. It looks like the bump from 1.5.1 to 1.5.2 introduces a lot more than just backward-compatible bug fixes :)
This is a duplicate of #32.
same prob with vue-fragment 1.5.2 and vue 2.6.14
If the occurrence point is a , try wrapping the node in a
@yoonwooseong try wrapping the Node in a. what?
Hello everyone, I published a new version (1.6.0) that hopefully solves this problem.
Hello everyone, I published a new version (1.6.0) that hopefully solves this problem.
Thanks, but the issue still happens for me with 1.6.0. It only works with 1.5.1.
@korelstar How exactly are you using the fragment?
@Thunberg087 It's here: https://github.com/nextcloud/notes/blob/f3fac061860422a98ca002369e146815e059d39f/src/components/NavigationList.vue#L2
+1
Still occuring unfortunately :/ Using v-if with a computed seems to break it