-
Notifications
You must be signed in to change notification settings - Fork 553
Error using vue3.2.32 + vite 2.9.4 #138
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
Comments
same here |
Made some tests. |
Similiar here: |
https://github.com/vuejs/core/blob/main/CHANGELOG.md#3232-2022-04-12 |
We are having the same issue after updating to vue 3.2.33. |
I having same issue after updating to vue 3.2.33 |
In the temporary solution of vue3.2.33 version, remove the tag="transition-group" attribute, you can run the code normally |
[email protected]
|
If you remove the transition-group attribute, then you are forced to use a vertical layout of draggable. What does transition group do under the hood that i could mimic without adding the attribute? |
Code like this
Which previously worked, no longer works with the latest version of vue. |
if you downgrade your vue to vue 3.2.30 it will work |
Have you solved it? |
it's none of business with vite, it's problem about vue's component |
This is the same error as in this issue: #140 (comment) There is a pull request with a fix that is also available as forked package: |
This was able to fix it for me, thank you |
The text was updated successfully, but these errors were encountered: