-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
ThumbsOptions incorrect types #7421
Closed
6 tasks done
dvdmlln opened this issue
Mar 26, 2024
· 3 comments
· Fixed by Mapuppy09/tradetrust-website#8 · 4 remaining pull requests
Closed
6 tasks done
ThumbsOptions incorrect types #7421
dvdmlln opened this issue
Mar 26, 2024
· 3 comments
· Fixed by Mapuppy09/tradetrust-website#8 · 4 remaining pull requests
Labels
t0ggles
Linked to the t0ggles task
Comments
t0ggles-create swiper |
Task nolimits4web/SWIPER-83 was created |
Task nolimits4web/SWIPER-83 status changed to Done |
This was referenced Jun 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check that this is really a bug
Reproduction link
Bug description
I'm using Vue with Swiper Element and define SwiperOptions in my vue setup using
SwiperOptions
Type formswiper/types
. Then I use v-bind to pass the attributes as props.thumbs.swiper
requires the typeSwiper | null
, so passing a CSS Selector obviously throws the following type error:Type 'string' is not assignable to type 'Swiper'.
, but the thumbs do work.So the
thumbs.swiper
type should beSwiper | string | null
instead.This may also effect other options.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.0.6
Platform/Target and Browser Versions
all
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: