Skip to content
New issue

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

TypeError: block.l is not a function: svelte 3.31.0 & sapper 0.28.10 #4013

Closed
btakita opened this issue Dec 8, 2020 · 0 comments · Fixed by #4014
Closed

TypeError: block.l is not a function: svelte 3.31.0 & sapper 0.28.10 #4013

btakita opened this issue Dec 8, 2020 · 0 comments · Fixed by #4014

Comments

@btakita
Copy link

btakita commented Dec 8, 2020

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.

May relate to #3961

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

Successfully merging a pull request may close this issue.

1 participant