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
Managed to get to compile after some rather weird bugs such as loadImage prop being required (it crashes if not set) in situation when it should, like setting image src in the tree objects.
But no mather what i do, this renders 2 divs that are hidden and an svg that doent output anything.
Also this seems to get a handle on a element with id root. Nowhere this is specified, thus crashes when the element was not found.
Any suggestion what i can do to get this render properly?
P.S.: is this repository abandoned?
The text was updated successfully, but these errors were encountered:
Hello,
I finally manage to display the tree by editing the svg width and height in my web browser.
I now need to edit it in the code to perenise the fix.
Managed to get to compile after some rather weird bugs such as
loadImage
prop being required (it crashes if not set) in situation when it should, like setting image src in the tree objects.But no mather what i do, this renders 2 divs that are hidden and an svg that doent output anything.
Also this seems to get a handle on a element with id
root
. Nowhere this is specified, thus crashes when the element was not found.Any suggestion what i can do to get this render properly?
P.S.: is this repository abandoned?
The text was updated successfully, but these errors were encountered: