이효범
이효범
I have same issue too. I use 12.7.0 Node.js version. I think this issue reason is deasync at lastest node version
``` import { onMount } from 'svelte'; import { Swiper, SwiperSlide } from 'svelte-swiper'; const options = { pagination: { el: '.swiper-pagination', clickable: true, }, navigation: { nextEl: '.swiper-button-next', prevEl:...
I fixed this problem at v0.1.1
It is known issue ([https://github.com/beomy/svelte-swiper#known-issues](https://github.com/beomy/svelte-swiper#known-issues)). According to this issue ([https://github.com/sveltejs/svelte/issues/3964](https://github.com/sveltejs/svelte/issues/3964)), bundled components has problem. This is a problem that occurs when the slot of a bundled component is dynamically changed....
@venkateshwarans, I'm sorroy. I cann't find workaground. it is mentioned as an issue at [https://github.com/sveltejs/svelte/issues/3448](https://github.com/sveltejs/svelte/issues/3448) and [https://github.com/sveltejs/svelte/issues/3964](https://github.com/sveltejs/svelte/issues/3964). if it is solved, both svelte and sapper will fix it.