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

A virtualized tree view component making use of react

Results 56 react-virtualized-tree issues
Sort by recently updated
recently updated
newest added

i have list of items (text + button to open menu) ``` {(.....)=>text click me} ``` when i click on button , menu is shown in the top-left not near...

When opening React devtools, there's a warning: This page includes an extra development build of React. 🚧 The React build on this page includes both development and production versions because...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.2.3 to 6.2.4. Changelog Sourced from qs's changelog. 6.2.4 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and an array...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.0 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Previous approach with recursive call to `getFlattenedTree` and `getFlattenedTreePaths` was prone to "Maximum call stack sizeexceeded" error or slow rendering (couple of minutes). Changed it to iterative approach to avoid...