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

TypeError: Cannont read properties of undefined ( reading 'tree-1')

Open EasyCanadianGamer opened this issue 8 months ago • 1 comments

Describe the bug Well when I run the the sample code in my code, the UI is doesn't render.

To Reproduce Steps to reproduce the behavior (ideally a codesandbox link or similar if for a library issue): CodeSandbox

Expected behavior Its gives a white screen showing that the tree is not being displayed Screenshots If applicable, add screenshots to help explain your problem. A gif or screencast can also help understand your problem.

Also here is the screenshot of the errors I get from the console: image

This is without the Error Boundary tags from React: image

This is with the Error Boundary tags from React ( the something went wrong is where I want to put the tree like a code editor from vscode) : image

Additional context You can help by providing additional details that are available to you, such as

  • Windows using the Arc Browser ( uses the chromium engine)

EasyCanadianGamer avatar Jun 01 '24 21:06 EasyCanadianGamer