-
Notifications
You must be signed in to change notification settings - Fork 330
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
Drag doesn't work when using saved data. #481
Comments
Hi @Roshan54321 - can you share a codepen or similar? |
I can't recreate it. I definitely can't clone the whole thing for personal reasons. Can you tell me what can be the possible reason for the warnings above? I'll try to recreate it further. |
I'm not entirely sure, which is why I need the codepen 😅 The drag-and-drop library is failing to find the draggable items, which is possibly because they're not mounting correctly. |
Got the same issue. After saving and refreshing the page, components in the preview can't be dragged until I try to add a new component. This happens when using a custom interface (ex: Puck.preview) |
I expect this to be closed as part of #556 |
Problem: When new components are made, drag works. But just as I save the data and reload the page, the components can't be dragged. Add a new component right there, the drag again works.
Console:
Root structure is similar as that of puck's demo.
React: 17.0.1
Puck: 0.14.2
The text was updated successfully, but these errors were encountered: