tomchentw / react-google-maps

React.js Google Maps integration component
https://tomchentw.github.io/react-google-maps/
MIT License
4.62k stars 939 forks source link

unstable_renderSubtreeIntoContainer incompatibility #991

Open lluisrojass opened 5 years ago

lluisrojass commented 5 years ago

According to #578 it appears that v8.0 modified the OverlayView component to use unstable_renderSubtreeIntoContainer in order to retain context. This is no longer useful, as this method is not compatible with React 16 context and will likely never be (see here). it also looks like we are nearing the complete removal from the API completely (see here). It looks like this effort already took place, but for an unknown reason skipped OverlayView (#640).

JustFly1984 commented 5 years ago

This library is unmaintained, please consider @react-google-maps/api instead