Junchao Gao
Results
1
comments of
Junchao Gao
当我在umi创建的react项目中,使用re-picker这个插件来添加时间选择器的时候,点击输入框,出现了以下问题: PickerPanel.js:123 Uncaught TypeError: Cannot read property 'getNow' of undefined devScripts.js:5931 The above error occurred in the component: 具体可以查看下面图片和视频 ```ts import styles from './index.less'; import Picker from 'rc-picker'; import 'rc-picker/assets/index.css';...