react-sortable-tree
                                
                                 react-sortable-tree copied to clipboard
                                
                                    react-sortable-tree copied to clipboard
                            
                            
                            
                        Drag-and-drop sortable component for nested data and hierarchies
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...
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...
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...
 
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.