effrenus / yandex-map-react

70 stars 22 forks source link

'bounds' not work #47

Open olgadolg opened 6 years ago

olgadolg commented 6 years ago

If add some like: <Map bounds={[ [54.636729, 39.565623], [55.606291, 41.136668 ]} />

shows the whole map, without center & zoom.

kachkaev commented 6 years ago

Isn't there a missing ]?

<Map bounds={[ [54.636729, 39.565623], [55.606291, 41.136668]]} />
                                                             ↑
olgadolg commented 6 years ago

Yes, but it's just an example. (I mean <Map bounds={[ [54.636729, 39.565623], [55.606291, 41.136668] ]} /> also not work)

zankoav commented 5 years ago

Same problem Have an idea?