Question action in step #336
matprogrammer
started this conversation in
General
Replies: 1 comment
-
@matprogrammer mind sharing a small reproduction in a sandbox? |
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
-
Hi, I have a question,
I have a problem with the action in the steps,
I pass a function in the action but the function runs many times.
Example:
action: () => { console.log('anything') },
Is there a way to execute a function by doing in next button?
Beta Was this translation helpful? Give feedback.
All reactions