react-simple-maps
react-simple-maps copied to clipboard
Pressed property not working for a Geography within ZoomableGroup
I have a Geography component with the following styling when pressed:
pressed: { fill: isCurrentQuizUnit ? 'green' : 'red', outline: 'none', }
This works normally, but when the Geography component is within a ZoomableGroup, it no longer works. Hover and default still work however.
Same problem here!