-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resupport trees 🌲 #1547
Comments
@alexreardon Could you update on status of this issue? Is there an estimated date for this? |
It's been a year. Version 13 is out and the docs still refer 12th version with
|
Hi all 👋 There have been a lot of requests for Tree support to return to the library. As a relatively new maintainer, I don't have all of the context as to why this isn't working but I'm going to try my best to consolidate the information here so we can start to form a clear path forward. For newcomers here's the TL;DR:
There have been several implementations of trees and hierarchical lists made by the community, check them out, but I'm not fully aware of their functionality/drawbacks (let me know 😄):
Related tickets + discussion: |
The example in the docs from |
Any updates on this? |
found a single nested tree Demo:https://codesandbox.io/s/5v2yvpjn7n?file=/index.js |
@Pines-Cheng this is something I'll try to tackle in this fork https://github.com/react-forked/dnd of |
Found an issue with |
One workaround is that we set the offset to maybe 16 and do a margin-left: -16px on the outmost renderItem component, but it feels hacky |
Hi All, I'm not able to use @atlaskit/tree for the last version of react 18.2.0. are there any changes to support that ? as I did the upgrade for my project from react 16 to react 18.2.0 |
In order to get 12.0 #1487 across the line, we needed to temporarily remove tree behaviours from
rbd
core. We would like to re-add this behaviour.For now, we recommend you continue to use
11.x
if using tree behaviourThe text was updated successfully, but these errors were encountered: