I'm using react material-ui lib with react-google-maps.
When I'm trying to nest any material-ui component, eg. List, into OverlayView, I get this error:
Warning: Failed context type: The context
muiThemeis marked as required inList, but its value isundefined.
In whole application, including other react-google-maps components muiTheme exist in the context.
hrmm yeah this could def be an issue. I'll take a look.
Out of curiosity, have you tried to pass it down as props from the parent context?
Yes I tried and it is not working.
thanks @tomasz89nowak i'll look at it shortly.
Any upates here?
I was able to confirm this, seems like a known issue. There are also a number of big changes in play for the material-ui library(1.0 coming soon). I'm tempted to defer until they've released 1.0 so we can accommodate that release as opposed to trying to support 0.XX
Hey! I think it's not problem with material ui, but with OverlayView context.
Im using isomorphic-style-loader and it doesnt work with OverlayView..
Alright I'll mark this as an issue that we can dev against

Here is sceenshot of Chrome browser React dev tool - Overlayview CONTENT is rendered outside App

But OverlayView is in App
Fixed in v8.0.0. Please try the new version.
https://tomchentw.github.io/react-google-maps/#!/OverlayView
Most helpful comment
Fixed in v8.0.0. Please try the new version.
https://tomchentw.github.io/react-google-maps/#!/OverlayView