You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the data placed inside Swiper to be rendered on the server.
So I didn't wrapped <Swiper> instance with <client-only> tag,
Everything works just fine, but then I went outside the page there component is placed, and then returned to it, I've got an error and a warning.
Vue warn: Unhandled error during execution of beforeUnmount hook at Swiper
Error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'removeEventListener')
That error occured only then using routing.
I tracked it into the source file and found out what cause whose errors:
I need the data placed inside Swiper to be rendered on the server.
So I didn't wrapped
<Swiper>
instance with<client-only>
tag,Everything works just fine, but then I went outside the page there component is placed, and then returned to it, I've got an error and a warning.
Vue warn:
Unhandled error during execution of beforeUnmount hook at Swiper
Error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'removeEventListener')
That error occured only then using routing.
I tracked it into the source file and found out what cause whose errors:
How can I fix it?
The text was updated successfully, but these errors were encountered: