There was an error while loading. Please reload this page.
1 parent 786df5d commit ca8b612Copy full SHA for ca8b612
package.json
@@ -45,8 +45,7 @@
45
"babel-runtime": "^6.26.0",
46
"core-js": "^2.5.7",
47
"lodash.topath": "^4.5.2",
48
- "prop-types": "^15.5.8",
49
- "setimmediate": "^1.0.5"
+ "prop-types": "^15.5.8"
50
},
51
"devDependencies": {
52
"atob": "^2.0.3",
src/utils.js
@@ -1,5 +1,4 @@
1
import React from "react";
2
-import "setimmediate";
3
import validateFormData from "./validate";
4
import fill from "core-js/library/fn/array/fill";
5
0 commit comments