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

Moving dynamic components between lists not working, but using cloning works. #91

Open
nyerslaszlo opened this issue Jan 14, 2024 · 0 comments

Comments

@nyerslaszlo
Copy link

nyerslaszlo commented Jan 14, 2024

Reproduction: https://codesandbox.io/p/devbox/flamboyant-fast-vjtkjj?file=%2Fsrc%2FApp.vue%3A10%2C17

Description:
When using dynamic components (<component :is="importedComponent" />) as draggable elements between two or more lists, if not using cloning, the moved element fails to render.

When you clone an element to another list, it works as expected.

Is there any way to make moving elements between lists work with dynamic components?

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

1 participant