-
Notifications
You must be signed in to change notification settings - Fork 58
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
Unable to make 3.0.0-alpha.7 work with react 16.9 #101
Comments
Does your I think the issue is that you're passing a static set of items (
You'll need to store your items in state somewhere (whether on the component or redux or hooks doesn't matter), and then handle reordering them. Make sure you're looking at the |
Closing due to lack of response. |
Hooks Implementation: @JakeSidSmith @tjimsk
For the Reorder component, I pass in the hook reference: onReorder={OnReorder}.
I'm creating a Tinder Clone and wanted to have something similar to their drag and drop system.I managed to replicate 90% of the same look. Side NoteI was searching for a drag and drop reorder component and stumbled upon two.
|
I am currently using react 16.13.1 without issue, but would like to upgrade to react 17 and currently see the following warning:
|
Hey, @tmm1 could you please open a pull request, or new issue? |
I have the following code:
It doesn't seem to work and I feel stupid for asking but am I missing something?
The text was updated successfully, but these errors were encountered: