Component: Tree - ERROR RangeError: Maximum call stack size exceeded at Tree.propagateUp #13976
Labels
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Describe the bug
component Tree - ERROR RangeError: Maximum call stack size exceeded at Tree.propagateUp
For the p-tree component, [filter]="true" , SelectionMode="checkbox" are set.
There are approximately 1000 elements in the [value] data source, with a maximum nesting of 3 levels
A value is entered in the filter field and the result is received.
When clicking on any node, an error occurs as a result
Environment
windows 11, Webstorm
Reproducer
No response
Angular version
16.2.6
PrimeNG version
16.5.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.16.1
Browser(s)
No response
Steps to reproduce the behavior
For the p-tree component, [filter]="true" , SelectionMode="checkbox" are set.
A value is entered in the filter field and the result is received.
When clicking on any node, an error occurs as a result
Expected behavior
No response
The text was updated successfully, but these errors were encountered: