effrenus / yandex-map-react

70 stars 22 forks source link

Cannot update center through props #22

Closed ghost closed 7 years ago

ghost commented 7 years ago

It seems to be impossible to update center through props.

I've looked into the code, nextProps will be ignored except controls, does it mean that you cannot change either initialCenter or initialZoom with props, but manage it through the map instance, with maps methods outside the <Map />?

ghost commented 7 years ago

https://github.com/effrenus/yandex-map-react/pull/23

effrenus commented 7 years ago

Seems you are right) Thanks for PR