sjmc11 / tourguide-js

TourGuide is a Javascript library for creating user tours and on-boarding steps for your apps.
https://tourguidejs.com
MIT License
592 stars 27 forks source link

rememberStep doesn't seem to be working? #7

Closed jw-chrisg closed 1 year ago

jw-chrisg commented 1 year ago

I've checked the activeStep property and it's updating but not stored on localStorage. Should I call anything aside from .start()?

PS: Also isFinished() when called on onAfterExit() always returns false.

Thanks!

sjmc11 commented 1 year ago

Hey if you could check again with latest version 0.0.10 on NPM and let me know if still encountering the issue. Thanks

sjmc11 commented 1 year ago

Closing due to inactivity.