patternfly-bootstrap-treeview
                                
                                 patternfly-bootstrap-treeview copied to clipboard
                                
                                    patternfly-bootstrap-treeview copied to clipboard
                            
                            
                            
                        TypeError: node.state is undefined
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 could you please post a fiddle where the issue is reproducible? Thanks
@DracoPL have you solve the problem ?
同问