react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Changes to the `dndRootElement` prop do not update the `Tree`

Open goliney opened this issue 6 months ago • 0 comments

If you mount <Tree dndRootElement={dndRootElement.current} /> when dndRootElement.current is null, changes will not be picked up when dndRootElement.current start to refer to a real element.

goliney avatar Jul 30 '24 20:07 goliney