Joyride with Redux, onclick event adding more than 1 step index #993
-
I'm trying to create onclick step with Joyride using Redux Toolkit, but the only problem is that when i click in the button, advances the step more than one time, because in this logic, when the users click to the button, the step index plus to 1, and triggers the event STEP_AFTER, and when this happens, stepindex turns to more 1... how can i set to only more 1 in this terms?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can't understand the problem with the snippets you posted. |
Beta Was this translation helpful? Give feedback.
This problem i just solved, thanks.