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

Issue with vue-fragment 1.5.2 #61

Open
sardor01 opened this issue Feb 24, 2021 · 24 comments
Open

Issue with vue-fragment 1.5.2 #61

sardor01 opened this issue Feb 24, 2021 · 24 comments

Comments

@sardor01
Copy link

sardor01 commented Feb 24, 2021

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.
vue-fragment-error

@svtokarevsv
Copy link

same. Started happening in 1.5.2. Will revert to previous version for now.

@elderdog
Copy link

same. Better to roll back to v1.5.1

@Dylan-bak
Copy link

Dylan-bak commented Feb 25, 2021

i have same problem this version caused a bug on my proj

@evgencode
Copy link

same problem

@mschiele
Copy link

same problem here

@fxmanu
Copy link

fxmanu commented Feb 26, 2021

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 :-)

@victorgarciaesgi
Copy link

Is every one using Nuxt? I have this error since i updated Nuxt to 2.15.x

@victorgarciaesgi
Copy link

but as @fxmanu said, reverting back to v.1.5.1 fix the problem for me!

@fxmanu
Copy link

fxmanu commented Mar 1, 2021

Is every one using Nuxt? I have this error since i updated Nuxt to 2.15.x

No, I don't.

@dineshtrivedi
Copy link

dineshtrivedi commented Mar 1, 2021

Same here. I also rolledback to 1.5.1.

I am using Quasar, @victorgarciaesgi

@victorgarciaesgi
Copy link

Ok just to know if it was nuxt related but it seems not!

@sardor01
Copy link
Author

sardor01 commented Mar 3, 2021

same. Better to roll back to v1.5.1

For now, this seems to solve the problem.

@sardor01 sardor01 closed this as completed Mar 3, 2021
korelstar referenced this issue in nextcloud/notes Mar 3, 2021
@korelstar
Copy link

korelstar commented Mar 3, 2021

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.

@woganmay
Copy link

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 :)

@BaileyJM02
Copy link

This is a duplicate of #32.

@volarname
Copy link

same prob with vue-fragment 1.5.2 and vue 2.6.14

@yoonwooseong
Copy link

If the occurrence point is a , try wrapping the node in a

. I solved it like that

@alexmccabe
Copy link

@yoonwooseong try wrapping the Node in a. what?

@Thunberg087
Copy link
Owner

Hello everyone, I published a new version (1.6.0) that hopefully solves this problem.

@korelstar
Copy link

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.

@Thunberg087
Copy link
Owner

@korelstar How exactly are you using the fragment?

@loehx
Copy link

loehx commented Jul 27, 2022

+1

@skjnldsv
Copy link

Still occuring unfortunately :/
Using v-if with a computed seems to break it

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