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.11k stars 426 forks source link

Overlapping maps #300

Open 70shakeel opened 2 years ago

70shakeel commented 2 years ago

I am loading two different maps switching them with ternary operator, I am having this issue of overlapping maps when I switch to the second map, the first map overlaps with it in the background. I want to remove the overlapping. I have also posted the issue on StackOverflow.