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
I'm rendering the nodes from a JSON, then forcing a rerender once all nodes are mounted to the DOM. Let me know if I can provide anything else that might help or if I'm doing something obviously substandard
all arrows appear to be hitting the bottom/far right of the div from my understanding
Thank you for the screenshots. I tried to understand but I'm not sure I get what caused the issue.
Could you share a little codesandbox with the repro example? That would be super helpful :)
Not sure if the above is even what is causing this, but the following:
targetId: childId, targetAnchor: 'left' as const, sourceAnchor: 'right' as const
gives the attached format when dealing with trees using flexDirection: row
Going to redirect my tree to go top down and see if this works any better...
The text was updated successfully, but these errors were encountered: