pieterv / react-googlemaps

A declarative React interface to Google Maps
MIT License
226 stars 68 forks source link

Warning: ReactMap is accessing getDOMNode or findDOMNode inside its render(). #30

Open joernroeder opened 9 years ago

joernroeder commented 9 years ago

I'm getting the following warning after mounting the component. Do you have any plans in improving this?

Warning: ReactMap is accessing getDOMNode or findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.