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
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
When navigating around my sapper app, I randomly get crashes with the Carousel unmounting.
index.mjs:192 Uncaught (in promise) TypeError: Cannot read property 'removeChild' of null
at detach (index.mjs:192)
at detach_dev (index.mjs:1557)
at Object.destroy [as d] (Slider.svelte:29)
at Object.destroy [as d] (Carousel.svelte:14)
at destroy_component (index.mjs:1407)
at Object.destroy [as d] (Slider.svelte:12)
at destroy_component (index.mjs:1407)
at Object.destroy [as d] (index.svelte:17)
at destroy_component (index.mjs:1407)
at App.svelte:24
The text was updated successfully, but these errors were encountered:
When navigating around my sapper app, I randomly get crashes with the Carousel unmounting.
The text was updated successfully, but these errors were encountered: