We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc0a63 commit 9135262Copy full SHA for 9135262
1 file changed
src/index.tsx
@@ -219,7 +219,6 @@ export function WorldMap({
219
}, [countries, selectedColor]);
220
221
const handleCountryClick = (countryId: string) => {
222
- console.log('countryId', countryId);
223
if (isSelectable) {
224
setFillColors((prevColors) => {
225
const currentColor = prevColors[countryId];
0 commit comments