You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update the value from the disabled prop, the component does not react to its change, unless it's unmounted and mounted again. Meaning that if I set disabled to true using a button in the UI for example, the drag and drop functionality is still working.
When I update the value from the
disabled
prop, the component does not react to its change, unless it's unmounted and mounted again. Meaning that if I set disabled totrue
using a button in the UI for example, the drag and drop functionality is still working.Here's a example of the bug with the latest version of
react-drag-list
and a demo I got from the docs: https://codesandbox.io/s/laughing-dew-4gghzThe text was updated successfully, but these errors were encountered: