Skip to content

Commit 52a36f2

Browse files
committed
Merge branch 'treenode-recursive' of https://github.com/mendix/web-widgets into treenode-recursive
2 parents 705596c + a45e2ce commit 52a36f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluggableWidgets/tree-node-web/src/components/hooks/useInfiniteTreeNodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function useInfiniteTreeNodes(props: TreeNodeContainerProps): {
7272
},
7373
// ignore "datasource" update triggering fetchChildren again
7474
// eslint-disable-next-line react-hooks/exhaustive-deps
75-
[filterContent, isInfiniteTreeNodesEnabled]
75+
[filterContent, isInfiniteTreeNodesEnabled, datasource.setFilter]
7676
);
7777

7878
// Update treeNodeItems when datasource changes

0 commit comments

Comments
 (0)