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
https://codesandbox.io/s/practical-ganguly-w39dul?file=/pages/index.tsx
Duplicate of #5613 and possibly related to #5398
I should be able to set a className on <SwiperSlide> components.
className
<SwiperSlide>
Setting a className triggers the following error, initially reported in #5613:
TypeError: Cannot read properties of undefined (reading 'slideClass')
TypeError: undefined is not an object (evaluating 'swiper.params.slideClass')
TypeError: can't access property "slideClass", swiper.params is undefined
8.1.3
All browsers are affected
The text was updated successfully, but these errors were encountered:
de47f09
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/practical-ganguly-w39dul?file=/pages/index.tsx
Bug description
Duplicate of #5613 and possibly related to #5398
Expected Behavior
I should be able to set a
className
on<SwiperSlide>
components.Actual Behavior
Setting a className triggers the following error, initially reported in #5613:
TypeError: Cannot read properties of undefined (reading 'slideClass')
TypeError: undefined is not an object (evaluating 'swiper.params.slideClass')
TypeError: can't access property "slideClass", swiper.params is undefined
Swiper version
8.1.3
Platform/Target and Browser Versions
All browsers are affected
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: