Issue with closeModalWithEvents() #356
Unanswered
michaeljhopkins
asked this question in
Q&A
Replies: 2 comments
-
I'm having the same issue. When I close the modal the event doesn't seem to fire. Did you get any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Disable the destruction of the component. It is destroying it before the event queue (internal to the component) has had a chance to run.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this code in a modal
and
When I close the modal I only see these events. What am I missing to make this method work?
Beta Was this translation helpful? Give feedback.
All reactions