Closed abulka closed 1 year ago
I am using vite and vue 3 and the demo tour works OK but raises an exception when I hit finish or hit skip at any point in the tour.
finish
skip
TypeError: Cannot read properties of null (reading 'classList')
I've tried both the autoStart and manual start technique, but it makes no difference.
See https://stackblitz.com/edit/vitejs-vite-h9ayf3?file=src/App.vue
Hello, thanks for this issue You're right, i didn't check if you're using the highlight or not. Fixed in version v1.3.3 #19 (NPM Updated)
I am using vite and vue 3 and the demo tour works OK but raises an exception when I hit
finish
or hitskip
at any point in the tour.I've tried both the autoStart and manual start technique, but it makes no difference.
See https://stackblitz.com/edit/vitejs-vite-h9ayf3?file=src/App.vue