-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): Add onStop callback to SpotLightTourProvider props #90
Conversation
…r stops, add isLast step attribute
…r stops, solve conflicts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job @alejo0o! I left a minor suggestion, but I think this one's ready to merge. Thanks! 🎉
PS: Nice testing! Clear and concise 🙂
@all-contributors please add @alejo0o for code |
I've put up a pull request to add @alejo0o! 🎉 |
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This PR adds the possibility to run some events or actions after the tour stops by adding a new prop to the SpotLightTourProvider called onStop.
It solves issue #89