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
item.getRenameInputProps() only passes the onBlur and onChange, the built in props does not have a system for preventing the item being dragged while renaming.
this usually be prevented by below snippet, but does not work