shubhexists / react-maps

React-map is a collection of Map Components of Countries and Continents that can be used to create interesting map interactions in your website !
MIT License
30 stars 4 forks source link

hover and select of path just assigned to the last components u call #8

Open solish82 opened 2 weeks ago

solish82 commented 2 weeks ago

import Iran from "@react-map/iran";

export default function Map() { return ( /<Iranmap Color='white' hoverColor='#0E8B09' type='select-single' strokeColor='#666666' //> ); }

index.js import Map from ./map

export default function Index () { [1, 2].map(() => { return /<Map //> }) }

shubhexists commented 1 week ago

Hey, can you please explain the issue in brief what are you facing?