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

Day 18 - Drag and Drop #67

Open
BlagojeV93 opened this issue Mar 29, 2018 · 0 comments
Open

Day 18 - Drag and Drop #67

BlagojeV93 opened this issue Mar 29, 2018 · 0 comments

Comments

@BlagojeV93
Copy link

In your case there are 15 items in an array you defined at the beginning, but in my case I have a different drag and drop Items, whose number is not always the same, lets say they appear dynamically depending on what is clicked before that. And when I have some empty space, and try to drag it over that empty space, the app breaks and it shows me error - undefined is not an object, (evaluating 'box.setNativeProps'). I assume that somehow drag and drop area should be restricted to space where items exists only. Any tips how to do this?

Thanks in advance

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