Martin Schuhfuss

Results 211 comments of Martin Schuhfuss

I believe it is common practice for libraries to provide functionality in a bundled form. At least I can't name any project at the moment that handles this differently. Also,...

In the latest Version, the `PinElement` has been implemented as a proper custom element (``). This means that the use-case of passing an Element` to the glyph property is now...

First off – this is not the issue-tracker you're looking for, [this is the correct one](https://github.com/JustFly1984/react-google-maps-api) :) The problem with styling the legacy Autocomplete component has always been that the...

This is bringing up some excellent points. I will have to think about this for a bit and see what we can do to reduce the number of state-transitions during...

I think @shuuji3 is right: The stacktrace in your screenshot doesn't contain any stack frames from our library. I can only guess what that .close() method that causes the exception...

Another note: Please invest the time to translate a bug report into English, this will make it easier for us to understand and fix, and it will help others searching...

Thanks for the sugestion, I haven't heard of those yet. We will consider adding support for this in the next major version. Until then, it appears you can - instead...

Thanks for the information, makes a lot of sense. Thought about it a bit more and noticed it wont help if just the loader supports a trustedTypes policy: the maps...

Thanks for letting me know! I'll look into that – it will likely be added to the upcoming major release.

We decided to postpone adding this until wider browser support exists. At that point it will be implemented both in the dynamic loading script and this package as a feature...