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
Hi @gaddamsandeeps , Please check out #217 .
Replace filtered.push({ ...node, children }); with filtered.push({...node, ...children.length && {children}});
Filtering of the nodes is working as supposed to be.
But we re unable to select/unselect a node after filtering.
The text was updated successfully, but these errors were encountered: