We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a5e5b commit a918a20Copy full SHA for a918a20
1 file changed
packages/form-render/src/widgets/components/DatePicker/index.tsx
@@ -2,6 +2,6 @@ import dayjsGenerateConfig from 'rc-picker/es/generate/dayjs';
2
import generatePicker from 'antd/es/date-picker/generatePicker';
3
import 'antd/es/date-picker/style/index';
4
5
-const DatePicker = generatePicker(dayjsGenerateConfig);
+const DatePicker: any = generatePicker(dayjsGenerateConfig);
6
7
export default DatePicker;
0 commit comments