milespratt / bingmaps-react

An easy to use Bing Maps React component.
https://bingmaps-react.netlify.app
MIT License
21 stars 19 forks source link

Bugfix: Remove non-infobox pushpins #33

Closed robpaveza closed 2 years ago

robpaveza commented 3 years ago

The pushpins prop was not correctly removing pushpins when they were reassigned. This adjusts the prop to behave the same as the pushpinsWithInfoboxes prop.

milespratt commented 2 years ago

Thanks for catching this.