iniamudhan / react-bingmaps

Bingmaps in React.js
MIT License
26 stars 42 forks source link

Map not getting displayed. Inspite of changing its height from percentage to pixel. #9

Closed akankshagore closed 6 years ago

akankshagore commented 6 years ago

In inspecting element div gets render with grey box. But map is not shown on screen.

iniamudhan commented 6 years ago

Upon setting outer div height, map takes 100% of height. You can also add className props to ReactBingmaps and add your height style to it.