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.
2 parents 4804591 + ac166a7 commit 32c9aa2Copy full SHA for 32c9aa2
package.json
@@ -36,6 +36,7 @@
36
},
37
"homepage": "https://github.com/istarkov/google-map-react#readme",
38
"dependencies": {
39
+ "es6-promise": "^3.0.2",
40
"eventemitter3": "^1.1.0",
41
"lodash": "^3.10.1",
42
"point-geometry": "0.0.0",
src/utils/loaders/google_map_loader.js
@@ -1,5 +1,6 @@
1
import find from 'lodash/collection/find';
2
import reduce from 'lodash/collection/reduce';
3
+import { Promise } from 'es6-promise';
4
5
let $script_ = null;
6
0 commit comments