Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GoogleMaps): get rid of mapProps
BREAKING CHANGE: mapProps is no longer needed since map children components are now rendered inside a virtual container, we don't need funky wrapper div anymore. Before: <div {...props.containerProps} ref="googleMaps" /> <div {...props.mapProps} ref="googleMaps" /> </div> After: <div {...props.containerProps} ref="googleMaps" />
- Loading branch information