vue-fragment icon indicating copy to clipboard operation
vue-fragment copied to clipboard

DOM errors because of vue-fragment

Open sardor01 opened this issue 4 years ago • 6 comments

I think I'm having issues related to DOM in my app

image

sardor01 avatar Mar 05 '21 11:03 sardor01

Same. Using v-show vs. v-if fixed a few cases, but it's pervasive for almost any reactive DOM updates.

bgriggs1 avatar Mar 05 '21 20:03 bgriggs1

Duplicate of #61

tomchiverton avatar Mar 09 '21 16:03 tomchiverton

Duplicate of #61

It's not a duplicate; In https://github.com/Thunberg087/vue-fragment/issues/61 I addressed errors in new version of vue-fragment, but here I used vue-fragment v1.5.1 and still had DOM related issues.

sardor01 avatar Mar 10 '21 07:03 sardor01

Same

Lionad-Morotar avatar Mar 12 '21 05:03 Lionad-Morotar

Hello,

Same issue met. Someone knows why ? The node to be removed is not a child of this node.

client.js?06a0:103 DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
    at Object.removeChild (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:5703:8)
    at removeNode (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:5874:15)
    at remove$$1 (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:5863:9)
    at removeAndInvokeRemoveHook (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:6150:9)
    at removeVnodes (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:6119:11)
    at updateChildren (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:6225:7)
    at patchVnode (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:6309:29)
    at VueComponent.patch [as __patch__] (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:6472:9)
    at VueComponent.Vue._update (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:3942:19)
    at VueComponent.updateComponent (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:4054:10)```

Tchoupinax avatar Apr 28 '21 17:04 Tchoupinax

This is a duplicate of #32 and can be fixed without changing dependencies. (See #32)

@Sardor01, I believe you may have incorrectly altered your package.json file.

BaileyJM02 avatar Apr 29 '21 10:04 BaileyJM02