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
Loading the page initially should be ok. But if I click on a checkbox or expand a node, the page starts to hang.
When the page is about to hang, from browser debugger I see very deep call stack starting from the _find2. I guess the issue with the usage of _find2 is that it recursively looks into the deep React element tree. This seems an implementation flaw. As this project seems not active recently, please let me know any workaround. Thanks!
The text was updated successfully, but these errors were encountered:
The browser page hangs or is very slow when there are some (like 10+) nodes with React elements. Here is simplified code:
Loading the page initially should be ok. But if I click on a checkbox or expand a node, the page starts to hang.
When the page is about to hang, from browser debugger I see very deep call stack starting from the _find2. I guess the issue with the usage of _find2 is that it recursively looks into the deep React element tree. This seems an implementation flaw. As this project seems not active recently, please let me know any workaround. Thanks!
The text was updated successfully, but these errors were encountered: