You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for taking the time to report an issue with react-d3-tree!
Feel free to delete any questions that do not apply.
Are you reporting a bug, or opening a feature request?
bug
What is the actual behavior/output?
can't render initial state
What is the behavior/output you expect?
initial layout will be made.
Can you consistently reproduce the issue/create a reproduction case (e.g. on https://codesandbox.io)?
no
What version of react-d3-tree are you using?
now. v3, previously v1
If react-d3-tree crashed with a traceback, please paste the full traceback below.
When i make a initial data with selected one node In Version v1 i map my data and insert _collapsed=true and in selected path node _collapsed=false
in Version v3 i try to do the same but with __rd3t.collapsed and it is not working... what can i do ?
The text was updated successfully, but these errors were encountered:
Thank you for taking the time to report an issue with react-d3-tree!
Feel free to delete any questions that do not apply.
Are you reporting a bug, or opening a feature request?
bug
What is the actual behavior/output?
can't render initial state
What is the behavior/output you expect?
initial layout will be made.
Can you consistently reproduce the issue/create a reproduction case (e.g. on https://codesandbox.io)?
no
What version of react-d3-tree are you using?
now. v3, previously v1
If react-d3-tree crashed with a traceback, please paste the full traceback below.
When i make a initial data with selected one node In Version v1 i map my data and insert _collapsed=true and in selected path node _collapsed=false
in Version v3 i try to do the same but with __rd3t.collapsed and it is not working... what can i do ?
The text was updated successfully, but these errors were encountered: