We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/p/sandbox/wizardly-leftpad-yfhw8n?file=%2Fsrc%2FCoreExample.tsx%3A22%2C56
Add portalStopPropagationEvents={["click"]} to a dialog (or a portal) that renders a popover inside of it.
portalStopPropagationEvents={["click"]}
Popover doesn't open
Popover should open
The text was updated successfully, but these errors were encountered:
I forked/updated your sandbox to use the latest popover2 package version and I can still repro the bug: https://codesandbox.io/p/sandbox/wizardly-leftpad-yfhw8n?file=%2Fsrc%2FCoreExample.tsx%3A22%2C56
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment
Code Sandbox
https://codesandbox.io/p/sandbox/wizardly-leftpad-yfhw8n?file=%2Fsrc%2FCoreExample.tsx%3A22%2C56
Steps to reproduce
Add
portalStopPropagationEvents={["click"]}
to a dialog (or a portal) that renders a popover inside of it.Actual behavior
Popover doesn't open
Expected behavior
Popover should open
The text was updated successfully, but these errors were encountered: