Jenesius / vue-modal

🖖The progressive and simple modal system for Vue.js v3
https://modal.jenesius.com
MIT License
145 stars 14 forks source link

Vue Warn deprecation TRANSITION_GROUP_ROOT #105

Closed rmp1985 closed 6 months ago

rmp1985 commented 9 months ago

Jenesius,

As I told you, I'm migrating and using Vue Compat.

It seems to me to be some warn regarding the library that is not adding a tag="span" for example for TransitionGroup (at ). This solution seems to be simple too but I don't see any urgency.

image

Jenesius commented 9 months ago

I think that this problem will also disappear when the library structure is changed. I think it's time for me to tidy up all the code, simplify the documentation and update the version to 2.0.0

Jenesius commented 7 months ago

Hmm.

Tomorrow I will test the solution to this problem by simply adding tag. I didn't expect this to be a popular issue.

rmp1985 commented 7 months ago

Cool, thank you very much and I look forward to it! I'm still migrating my vue 2 app to vue 3.

Jenesius commented 6 months ago

@rmp1985, Hello! Can you update to version 1.11.1. I added the required tag to transition-group

rmp1985 commented 6 months ago

apologies for the delay! issue resolved thank you very much!