How to open Dialog from Popover? #2385
Unanswered
utg1-tdawg
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a
<OpenDialogButton />
component within a popover panel. It is supposed to open a<Dialog />
component but can't seem to be working.Here is the faulty code:
And here is the code that works:
I have a preference for managing the dialog's state outside of the popover as it allows me to render multiple buttons that open different dialogs from within the popover panel but can't understand why it doesn't work. Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions