Skip to content

Troubleshooting

SymptomCause
Card in the cornerThe target got removed while the step was open. Give the step a waitFor, or use onMissingTarget: 'center'.
Page stays inertYou never called destroy(). Usually a component that unmounted mid-tour.
Target is not clickableinteractive: false is set on the tour or the step.
Card under a modalThe other modal is in the top layer too and opened later. Start the tour after it, or use a beforeShow that closes it.
No animationThe OS is set to reduce motion, which is working as intended. animate: true overrides it, but think hard before you do.
Arrow points at nothingThe target moved after the step opened. Call tour.refresh(), or check for a CSS transition on the target.