diff --git a/src/CheckTreePicker/CheckTreePicker.tsx b/src/CheckTreePicker/CheckTreePicker.tsx index e7f938fcc..3cd1c02de 100644 --- a/src/CheckTreePicker/CheckTreePicker.tsx +++ b/src/CheckTreePicker/CheckTreePicker.tsx @@ -292,7 +292,7 @@ const CheckTreePicker: PickerComponent = React.forwardRef( valueKey, selector: `.${checkTreePrefix('node-active')}`, activeNode, - virtualized: virtualized, + virtualized, container: treeViewRef.current, formattedNodes: getFormattedNodes() });