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/swiper-react-virtual-slides-forked-8hjch5?file=/src/App.jsx
Hi, when i try to have Virtual and Grid module it raise an error below the trace :
Unhandled Runtime Error TypeError: Cannot set properties of undefined (setting 'row')
Source Object.updateSlide node_modules/swiper/modules/grid.mjs (80:0) Swiper.updateSlides node_modules/swiper/shared/swiper-core.mjs (469:0) Swiper.init node_modules/swiper/shared/swiper-core.mjs (3510:0) new Swiper node_modules/swiper/shared/swiper-core.mjs (3211:0)
i can have Grid module with virtual slides
App crash with blank screen
10.3.1
macOs chrome 117.0.5938.149
The text was updated successfully, but these errors were encountered:
replicated on core: https://codesandbox.io/p/sandbox/swiper-grid-forked-wrmrz6
Sorry, something went wrong.
Bump, still facing this issue since last year
Does anyone have solution? I'm still facing this issue @nolimits4web
Does anyone have a solution?
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/swiper-react-virtual-slides-forked-8hjch5?file=/src/App.jsx
Bug description
Hi,
when i try to have Virtual and Grid module it raise an error below the trace :
Unhandled Runtime Error
TypeError: Cannot set properties of undefined (setting 'row')
Source
Object.updateSlide
node_modules/swiper/modules/grid.mjs (80:0)
Swiper.updateSlides
node_modules/swiper/shared/swiper-core.mjs (469:0)
Swiper.init
node_modules/swiper/shared/swiper-core.mjs (3510:0)
new Swiper
node_modules/swiper/shared/swiper-core.mjs (3211:0)
Expected Behavior
i can have Grid module with virtual slides
Actual Behavior
App crash with blank screen
Swiper version
10.3.1
Platform/Target and Browser Versions
macOs chrome 117.0.5938.149
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: