You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This piece of code is running whenever you are changing your step, just it adds a condition here that if it is last step which the user has clicked then they are animating it down with opacity 1 to 0.
I'm also encountering the same error when i'm clicking multiple times fast. Then it gives me the your mentioned error, I did the fix you have written here but on last step (fast clicking on steps) the modal opacity doesn't gone
rn-tourguide/src/components/Modal.tsx
Line 196 in 72ae702
currentStep!
is the culprit. It is undefined at that moment and should be bettercurrentStep?.tooltipBottomOffset
The question is, why the code is executed after the tour has finished.
The text was updated successfully, but these errors were encountered: