-
Notifications
You must be signed in to change notification settings - Fork 156
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
Description
activeRowIndexes getter creates an issue for Node versions below 22.x and igniteui-angular v.20.1.0
The following issue appears when running a sample with hierarchical grid in grid-demos and the hierarchical grid is not shown properly (only header is shown, no content in columns)
- igniteui-angular version: 20.1.0
- browser: Chrome
Steps to reproduce
- Create a hierarchical grid
- Add rowSelection to both the grid and the rowIsland
- Observe the developer terminal and the error created
Result
Runtime error: this.selectionService.selection?.keys(...)?.toArray is not a function
Expected result
No errors and sample should be displayed
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.