-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
The number of enabled nodes does not match the number of values. #78
Comments
@valentinoPereira I'd be happy to take a look at a reproduction if you can make one. |
For me this issue appeared when In docs:
Should be:
|
@sashamilenkovic Hi! I found the same error when deleting the last element from a group and trying to move the element back. Dragged group inside 2024-07-03.21.03.28.mov |
@psyspeedi This warning appears for quite a few different reasons. Underlying reason being that the number of values passed to the parent do not match the number of children that are rendered. I'm unable to diagnose this from your screen recording, but I'm happy to take a look at a reproduction. |
I seem to be getting this console warning. I have set the following property on my hook:
A few items can be dragged, a few items cannot - accordingly they get a
data-candrag
attribute. But none of my items are draggable like this even though console logging the output ofel.dataset.candrag !== 'false'
gives me the exact boolean values. eg: [true, true, false, false] - In this case, first 2 items should be draggable, other two should not. But in the output, none can be draggedThe text was updated successfully, but these errors were encountered: