patternfly-bootstrap-treeview icon indicating copy to clipboard operation
patternfly-bootstrap-treeview copied to clipboard

TypeError: node.state is undefined

Open DracoPL opened this issue 8 years ago • 3 comments

Hi,

i'm trying to move from jonmiles/bootstrap-treeview to your fork but when i try to select node (by clicking it) i get error:

TypeError: node.state is undefined

Line 1539

// Do not re-expand already expanded nodes
if (node.state.expanded) return;

I even tried initializing with data from docs and it's the same.

When i use jonmiles/bootstrap-treeview, it works fine. No error.

DracoPL avatar Mar 24 '17 16:03 DracoPL

@DracoPL could you please post a fiddle where the issue is reproducible? Thanks

skateman avatar Jul 31 '17 07:07 skateman

@DracoPL have you solve the problem ?

ffaouzif avatar Mar 29 '19 09:03 ffaouzif

同问

u19900101 avatar Feb 23 '21 14:02 u19900101