Aonan Li
Aonan Li
could you format your code so we could read
could you post your code, especially how you imported 'react-google-maps' in your code
> My workaround for modals. > > scene.js > > ``` > > > > ``` > ModalComponent.js > > ``` > import Toast from 'mypathto/Toast'; > class ModalComponent Component...
It still happens on my phone, even after the max-width fix. It only happens to portrait taken images. On my pc it doesn's show the correct image orientation, but the...
Hi there, Is there a way to use infinte scroller before it's merged?
you can set "mapTypeId" in GoogleMap
@enterthevoid You can call `getMapTypeId()` from `ref` ``` { if (ref) { console.log(ref.getMapTypeId()); } }} > {children} ``` However, the default mapType Id is `roadmap`. Since you want to know...