Ven Korolev

Results 30 comments of Ven Korolev

@jpoehnelt I just tried to implement `@googlemaps/js-api-loader` and it doesn't work if there are multiple components trying to require google map API. So I ended up having an issue using...

This is the [code](https://github.com/ErrorPro/react-google-autocomplete/commits/2.5.0) I ended up with, I left the comments there for now. You can just use that branch in your package.json and try to use two libraries...

@meidikawardana Hey! Seems like this is what we need, I'll try to incorporate this library into autocomplete logic ASAP

Well, I took a closer look and it turned out that I've already given some time to it https://github.com/ErrorPro/react-google-autocomplete/issues/115#issuecomment-861775702 Unfortunately there are edge cases where the @googlemaps/js-api-loader doesn't help. I...

Hello! We're having the same issue using `"@sentry/react-native": "^3.2.13"` @philipphofmann

for me just `require('intl')` in my app.js works.

Same for a bar chart. here is the data `[['first', 122], ['second', 44], ['third', 17], ['fourth', 16]]` here what i got https://monosnap.com/file/vYb2xje6irIWK68KyMaMN2Brrjlr4x the third bar's height is wrong.

@daikini for bar chart i found only one way how to fix that issue. But it still looks weird. `````` showGrid={false} data={preparedData} verticalGridStep={1} color={'black'} type="bar"``` ``````

Hey! Indeed, the error handling isn't properly handled right now, I'll take a look into it soon or if u have time you can create a PR and we will...

the issue is that if your code is inside a bundle then it's hard to get it exposed to the global scope. I'll add another check fo `.maps.places`. If you...