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
The TreeNode TS is missing the expanded boolean property. I am writing my own custom tree node filtering algorithm and I based it on the current file name based filtering algorithm in the tree component.
I noticed this code:
if(matched){node.expanded=true;returntrue;}
But in TypeScript my code says that expanded is not a valid property of TreeNode.
The text was updated successfully, but these errors were encountered:
melloware
added a commit
to melloware/primereact
that referenced
this issue
Dec 24, 2021
mertsincan
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
labels
Jan 19, 2022
I'm submitting a ...
The TreeNode TS is missing the expanded boolean property. I am writing my own custom tree node filtering algorithm and I based it on the current file name based filtering algorithm in the tree component.
I noticed this code:
But in TypeScript my code says that
expanded
is not a valid property of TreeNode.The text was updated successfully, but these errors were encountered: