Leisan Kazberova
Results
3
issues of
Leisan Kazberova
Main problem with a import from css file ``` ERROR in (19,8): Submodule import paths from this package are disallowed; import from the root instead ERROR in (19,8): " should...
bug
It's cool to use this method alone, as part of chain or with [react-loadable](https://github.com/jamiebuilds/react-loadable), like that ```javascript Loadable.Map({ loader: { Map: () => import('./Map'), GoogleMapApi: () => startLoadingScripts('https://maps.googleapis.com/maps/api'), }, render(loaded,...