PopoverPanel children not clickable when inside a react-native-web Modal #3819
-
|
I'm using a react native (and react-native-web) When doing this, any click inside the popover closes the popover, and the click to any children isn't registered. I have a minimal reproduction here: https://snack.expo.dev/@jake-homeaglow/intrigued-green-bananas. In this example, the buttons inside the popover should increment the counter, just as the buttons outside the popover do. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The only real workaround I've found is putting a example here: https://snack.expo.dev/@jake-homeaglow/awkward-yellow-candy |
Beta Was this translation helpful? Give feedback.
The only real workaround I've found is putting a
DialogandDialogPanelaround thePopoverPanelexample here: https://snack.expo.dev/@jake-homeaglow/awkward-yellow-candy