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
Describe the bug
A clear and concise description of what the bug is.
Using Vue3 and the latest 0.3.4 version of the vue3-carousel i import the component and the slider and then simply pass props to it.
In dev mode all works as expected, but when building with ts check it errors out with the message
src/components/ui/CarouselComp.vue:320:10 - error TS4058: Return type of exported functionhas or is using name 'CarouselConfig' from external module "C:/Code/vue-modules/node_modules/vue3-carousel/dist/carousel" but cannot be named.
Describe the bug
A clear and concise description of what the bug is.
Using Vue3 and the latest 0.3.4 version of the vue3-carousel i import the component and the slider and then simply pass props to it.
In dev mode all works as expected, but when building with ts check it errors out with the message
To Reproduce
Steps to reproduce the behavior:
import the carousel in Vue3 component
the template contains the
the slider slot is names to that i can easily access the props when using the vue component
Expected behavior
i would expect the build and ts-check to actually work
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
n/a
Additional context
build script
typescript related
The text was updated successfully, but these errors were encountered: