milespratt / bingmaps-react

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

the specified credentials are invalid #67

Closed ranesh84 closed 1 year ago

ranesh84 commented 1 year ago

Hi,

I was using react-bingmaps and same key working but when I replacing that and adding bingmaps-react it's start throwing me error the specified credentials are invalid. Kindly suggest.

generalleger commented 1 year ago

I'm experiencing the same issue

generalleger commented 1 year ago

figured it out...

be sure to change bingmapKey to bingMapsKey

ranesh84 commented 1 year ago

I am able to figure out the issue. thank you @generalleger for your suggestion.