Michael Buss Rønne

Results 7 comments of Michael Buss Rønne

Amazing, thanks! I only saw `.default()` and it didn't quite cut it. The docs should maybe link to `.catch()` from `.default()` 🤔 I don't think most people will search for...

@timbotimbo you are my hero. This has been driving me INSANE

How do you set it? OverlayView does not take a style, width, or height prop 🤷‍♂️

This worked for me. Make a ref and attach it to OverlayView and then: `ref.current?.containerRef.current?.style.setProperty("width", "auto");` Don't know if there's a better way. **EDIT:** While this somewhat worked it was...

That's totally fair. Appreciate your work over the years and probably most people should just move to https://visgl.github.io/react-google-maps/ once it lands a stable 1.0.

I have the same issue. Mostly happens when for me with tailwind-merge using an array of classes like this: And yes, it might be an abomination to pass classes as...