LinusBorg / vue-simple-portal

A simpler Portal implementation focussed on moving slot content to the end of the body element
Other
223 stars 28 forks source link

Fix https://github.com/LinusBorg/vue-simple-portal/issues/42 #43

Open EgorFront opened 4 years ago

EgorFront commented 4 years ago

I tried to fix the problem with an error when destroying a custom component that is drawn by condition (depending on prop) inside the portal

I don't have deep knowledge about vue rendering, but i hope this is correct

itmammoth commented 2 years ago

👍🏻 I got the same issue with 0.1.5. I hope this PR would be merged.