We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following error occurs when using the Swiper Svelte component.
TypeError: block.l is not a function at claim_component (index.mjs:1408) at Object.claim [as l] (AppSwiper.svelte:56)
The claim method l is missing from the build. To fix this issue, please include the source Swiper.svelte & SwiperSlide.svelte files.
l
Swiper.svelte
SwiperSlide.svelte
May relate to #3961
The text was updated successfully, but these errors were encountered:
block.l is not a function
Successfully merging a pull request may close this issue.
The following error occurs when using the Swiper Svelte component.
The claim method
l
is missing from the build. To fix this issue, please include the sourceSwiper.svelte
&SwiperSlide.svelte
files.May relate to #3961
The text was updated successfully, but these errors were encountered: