-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Remove prop type
from Draggable
#188
Comments
Related: #25 Right now I am thinking of removing If you really did need a 'floating' Thoughts @jaredcrowe ? |
I had a crack at this - but I fell down in the Given this limitation I think the simplest path is to stick with the I am thinking of a way around this - but it feels gross. The idea would be we wrap what is the |
The |
I can confirm that the |
Given that a
Draggable
must have the sametype
as it's parentDroppable
- there is no point it requiring aDraggable
to declare itstype
. We would need the prop if we allowed floating draggables #29. I suppose the answer to this question is whether we want to support floating draggablesThe text was updated successfully, but these errors were encountered: