zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.04k stars 424 forks source link

Update useZoomPan.js #243

Open jinyanghuang opened 3 years ago

jinyanghuang commented 3 years ago

fix typo, translateExtent([[a1, a1], [b1, b2]]) should be translateExtent([[a1, a2], [b1, b2]])

kwehhh commented 3 years ago

@zimrick Would you be able to approve this PR?

zimrick commented 3 years ago

Thank you for the contribution @jinyanghuang, much appreciated! I believe this issue was resolved by @CheerfulMushroom back in August 2020. It was merged and should work fine in v2.2.0 and the current version.