这行代码里的getRootNode不兼容低于54版本的Chrome浏览器,求解。 https://github.com/react-component/picker/blob/master/src/PickerInput/RangePicker.tsx#L431  另一个组件SinglePicker的点击事件是另一种处理 这个组件在Chrome低版本上没问题 https://github.com/react-component/picker/blob/master/src/PickerInput/SinglePicker.tsx#L360
这行代码里的getRootNode不兼容低于54版本的Chrome浏览器,求解。
https://github.com/react-component/picker/blob/master/src/PickerInput/RangePicker.tsx#L431
另一个组件SinglePicker的点击事件是另一种处理 这个组件在Chrome低版本上没问题
https://github.com/react-component/picker/blob/master/src/PickerInput/SinglePicker.tsx#L360