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

Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop

Results 69 react-complex-tree issues
Sort by recently updated
recently updated
newest added

Thanks for a great repo! Could we please have some form of changelog? I couldn't find either changelog or version.md or history.md or descriptions in the releases themselves.

the current context passed to `renderItem={({ title, arrow, depth, context, children })` does not contain the related active CSS classes that apply to the button according to the state change....

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). These dependencies needed to be updated together. Updates `react-dom` from 17.0.2 to 18.2.0 Release notes Sourced from react-dom's releases. 18.2.0 (June 14, 2022) React DOM Provide...

dependencies

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.22.11 to 0.23.10. Release notes Sourced from typedoc's releases. v0.23.10 Features Added support for detecting comments directly before parameters as the parameter comment, #2019. Added support for...

dependencies

### Discussed in https://github.com/lukasbach/react-complex-tree/discussions/104 Originally posted by **gpisano97** July 19, 2022 Hello, i'm using your component on React,js (17). I'm working with a big tree (with many nested children), and...

Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.5.6 to 0.6.4. Release notes Sourced from eslint-plugin-storybook's releases. v0.6.4 🐛 Bug Fix no-uninstalled-addons: improve local addons filter #105 (@​yannbf) Authors: 1 Yann Braga (@​yannbf) v0.6.3 🐛...

dependencies

Usually items starts without children, so the collapse arrow is not displayed as expected. But when dragging into one of those items, adding children to them, the `hasChildren` flag is...

waiting for feedback

Bumps [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) from 2.0.0-beta.15 to 2.0.1. Release notes Sourced from @​docusaurus/preset-classic's releases. 2.0.0-rc.1 (2022-07-14) :bug: Bug Fix docusaurus #7776 fix(core): swizzle --eject js should not copy theme .d.ts files (@​slorber)...

dependencies

Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) from 2.0.0-beta.15 to 2.0.1. Release notes Sourced from @​docusaurus/core's releases. 2.0.0-rc.1 (2022-07-14) :bug: Bug Fix docusaurus #7776 fix(core): swizzle --eject js should not copy theme .d.ts files (@​slorber)...

dependencies

**Describe the bug** If controlled tree has so many children, that some of the children are outside of the viewport, then the drop target is not correct. I guess this...