Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ColumnsEditorTab: Use nodeRef for Draggable
According to react-grid-layout/react-draggable#749 (comment) and https://github.com/react-grid-layout/react-draggable?tab=readme-ov-file#draggable-props this is a workaround to avoid the following warning: ``` Warning: findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node ```
- Loading branch information