Describe the bug
The selected function as value is not displaying inside function after tree was loaded.
After exporting tree - everything was okay, but after importing same object - first argument (select) visually unselected
To Reproduce
I created sandbox with this issue:
https://codesandbox.io/p/sandbox/raqb-func-issue-plcj6k
1) Click "Load exported tree from obj" button
2) Bug appeared in first argument of function
3) Try to change first argument manually to any
4) Click "Log to console" button and replace in source code var obj with console exported tree
5) Try again loading tree
Expected behavior
The selected function should be visible as selected value in select component
Describe the bug The selected function as value is not displaying inside function after tree was loaded. After exporting tree - everything was okay, but after importing same object - first argument (select) visually unselected
To Reproduce I created sandbox with this issue: https://codesandbox.io/p/sandbox/raqb-func-issue-plcj6k 1) Click "Load exported tree from obj" button 2) Bug appeared in first argument of function 3) Try to change first argument manually to any 4) Click "Log to console" button and replace in source code var obj with console exported tree 5) Try again loading tree
Expected behavior The selected function should be visible as selected value in select component
Screenshots Expected:
After tree loading: