mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
import specific module
This commit is contained in:
parent
03fdf3fd3b
commit
ac3eeec822
@ -20,8 +20,8 @@ import pick from './utils/pick';
|
||||
import raf from './utils/raf';
|
||||
import log2 from './utils/math/log2';
|
||||
|
||||
import { assign } from 'lodash/object';
|
||||
import { isNumber } from 'lodash/lang';
|
||||
import assign from 'lodash/assign';
|
||||
import isNumber from 'lodash/isNumber';
|
||||
|
||||
// To avoid Error with React 13, webpack will generate warning not error
|
||||
// more details is here https://github.com/orgsync/react-list/pull/54
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
import { find } from 'lodash/collection';
|
||||
import { reduce } from 'lodash/collection';
|
||||
import find from 'lodash/find';
|
||||
import reduce from 'lodash/reduce';
|
||||
import { Promise } from 'es6-promise';
|
||||
|
||||
let $script_ = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user