react-sortable-tree icon indicating copy to clipboard operation
react-sortable-tree copied to clipboard

Drag-and-drop sortable component for nested data and hierarchies

Results 26 react-sortable-tree issues
Sort by recently updated
recently updated
newest added

Hello! I'm working on v5 release. After this version is published, I will close all "Issues" due to the large number of breaking changes in version 5. There will no...

Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 6.1.1 to 6.1.3. Release notes Sourced from webpack-dev-middleware's releases. v6.1.3 6.1.3 (2024-03-29) Bug Fixes security problem (#1799) (5a4d9e8) v6.1.2 6.1.2 (2024-03-20) Bug Fixes security: do not allow...

dependencies

I am writing to report an issue I encountered after installing a new component. After successfully installing the component, I received an error message indicating `ResizeObserver loop completed with undelivered...

Hello version: "@nosferatu500/react-sortable-tree": "^4.4.0", In the old method using reactVirtualizedListProps, automatic scrolling was enabled by simply referencing the treeIndex from the current state node. With updates, the feature that once...

![CleanShot 2024-01-05 at 15 26 02@2x](https://github.com/nosferatu500/react-sortable-tree/assets/6986864/4b08a5e3-c61b-441b-9fe5-52f6a5e97086) ![CleanShot 2024-01-05 at 15 25 32@2x](https://github.com/nosferatu500/react-sortable-tree/assets/6986864/3d042565-3270-4eb2-8268-6e1cce2326fd)

It seems that there's some async issues on managing target IDs while rendering node / placeholders. ==== Environment ==== Mac mini M2 | macOS 14.3 | Firefox 118.0.1 & Safari...

Hi, I noticed that there's still the issue with lazy loaded children. Is there a workaround for that or is it planned to be fixed? Ref from main repo: https://github.com/frontend-collective/react-sortable-tree/issues/278...

While dragging a node from a tree to tree I'm getting errors from these files SourceImpl.endDrag https://rts2mp.csb.app/node_modules/react-dnd/14.0.4/dist/esm/decorators/createSourceFactory.js:101:17 DragDropManagerImpl.endDrag https://rts2mp.csb.app/node_modules/dnd-core/dist/esm/actions/dragDrop/endDrag.js:17:14 Object.eval [as endDrag] https://rts2mp.csb.app/node_modules/dnd-core/dist/esm/classes/DragDropManagerImpl.js:93:38

I have imported css as `import '@nosferatu500/react-sortable-tree/style.css';` but it does not work. When i import css from original repo `(react-sortable-tree/style.css)` it works.