We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d26268 commit cb3c478Copy full SHA for cb3c478
package.json
@@ -47,8 +47,8 @@
47
"react-calendar": "^2.15.1",
48
"react-clock": "^2.2.1",
49
"react-date-picker": "^6.10.2",
50
- "react-lifecycles-compat": "^1.1.0",
51
"react-time-picker": "2.4.1"
+ "react-lifecycles-compat": "^3.0.4",
52
},
53
"devDependencies": {
54
"babel-cli": "^6.26.0",
src/DateTimeInput.jsx
@@ -1,6 +1,6 @@
1
import React, { PureComponent } from 'react';
2
import PropTypes from 'prop-types';
3
-import polyfill from 'react-lifecycles-compat';
+import { polyfill } from 'react-lifecycles-compat';
4
5
import DayInput from 'react-date-picker/dist/DateInput/DayInput';
6
import MonthInput from 'react-date-picker/dist/DateInput/MonthInput';
0 commit comments