react-simple-maps icon indicating copy to clipboard operation
react-simple-maps copied to clipboard

Pressed property not working for a Geography within ZoomableGroup

Open coryfitz opened this issue 1 year ago • 1 comments

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.

coryfitz avatar Jun 16 '24 19:06 coryfitz

Same problem here!

3LucasZ avatar May 02 '25 05:05 3LucasZ