Skip to content

Instantly share code, notes, and snippets.

@uriklar
Created February 16, 2019 21:58
Show Gist options
  • Save uriklar/d330122b9a608827aa180ea0ce39d127 to your computer and use it in GitHub Desktop.
Save uriklar/d330122b9a608827aa180ea0ce39d127 to your computer and use it in GitHub Desktop.
componentDidMount = () => {
const rectangle = new google.maps.Rectangle({
...this.props.options,
map: this.context
})
this.setState({ rectangle }, () => {
this.registeredEvents = applyUpdatesAndRegisterEvents({
updaterMap,
eventMap,
prevProps: {},
nextProps: this.props,
instance: this.state.rectangle
})
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment