-
Notifications
You must be signed in to change notification settings - Fork 51
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
Issue with vue-fragment 1.5.2 #61
Comments
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 #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! |
No, I don't. |
Same here. I also rolledback to 1.5.1. I am using Quasar, @victorgarciaesgi |
Ok just to know if it was nuxt related but it seems not! |
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 . I solved it like that
|
@yoonwooseong try wrapping the Node in a. what? |
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? |
+1 |
Still occuring unfortunately :/ |
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.

The text was updated successfully, but these errors were encountered: