Describe the bug
Encapsulate the component again and call it many times in other places, so you can't get originalEvent information,
Because of the problem of nested containers, the logic is the same. I want to encapsulate the reactsortable again, but when the component moves inside, onMove cannot get the originalEvent information. I understand that this is the event native data, which should be available
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When dragging in the calling function. The onmove event cannot get the originalEvent information,
Versions - Look in your package.json for this information:
react-sortable = ^6.1.4
react = ^18.1.0
Additional context
Add any other context about the problem here.
Please provide examples, screenshots or a code sandbox for faster resolution times.
Describe the bug Encapsulate the component again and call it many times in other places, so you can't get originalEvent information, Because of the problem of nested containers, the logic is the same. I want to encapsulate the reactsortable again, but when the component moves inside, onMove cannot get the originalEvent information. I understand that this is the event native data, which should be available
To Reproduce Steps to reproduce the behavior:
Expected behavior When dragging in the calling function. The onmove event cannot get the originalEvent information,
Versions - Look in your
package.json
for this information: react-sortable = ^6.1.4 react = ^18.1.0Additional context Add any other context about the problem here.
Please provide examples, screenshots or a code sandbox for faster resolution times.