Call SolidJS onMount and onCleanup each time Modal is .show or .hide #2144
robodna
started this conversation in
Chat about dev stuff
Replies: 1 comment
-
The modal is emitting few events that you can listen to and call the methods used inside the Checkout our Events section for Modals here: Hope it helps! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am using SolidJS with the Modal component.
The onMount and onCleanup methods are only called once, and I would like them to be called each time the Modal is shown or hidden. Is this possible?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions