google-maps-react
google-maps-react copied to clipboard
onBounds_changed has been renamed to onBoundsChanged
Please update the documentation. Thanks!
Yes and that's how you should use it
<Map
google={ this.props.google }
onBoundsChanged={() => console.log('onBoundsChanged')}
>
The documentation is still incorrect :)