Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Carousel Crashes randomly on Navigation. #50

Open
michaelcuneo opened this issue Nov 30, 2020 · 1 comment
Open

Carousel Crashes randomly on Navigation. #50

michaelcuneo opened this issue Nov 30, 2020 · 1 comment

Comments

@michaelcuneo
Copy link

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
@ekafyi
Copy link

ekafyi commented Dec 7, 2020

I used the solution in #35, it worked perfectly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants