| If a user has saved progress for a task which doesn't exist, then the widget will break with an error. Workaround is to clear the localStorage, to get rid of that non-existent key. Steps to reproduce:
- Log in as a user, and skip any task (so the progress is saved in localStorage)
- Delete a task
- As that same user, the GuidedTour widget is now broken.
|