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
im have next.js version 15 app i need add Thumbs gallery in one page i try this : thumbsSwiper && !thumbsSwiper.destroyed ? thumbsSwiper : null but always give me error : TypeError: Cannot convert undefined or null to object
im give this error : TypeError: Cannot convert undefined or null to object when change my direction i have two more slider but other slider work without error just this slider because have thumbs or two swiper in one file with same key why i use same key ? because direction in swiper just work with key key = "rtl" im try childKey props key = ${state.dir} ${childKey} but nothing change
how Thumbs gallery work ? when dont change dir or remove key from Slider component key or remove thumbs in project-detail-thumbs-slider.tsx or remove onSwiper action on project-detail-thumbs-slider.tsx
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/theme-reducer-context-rtl-and-light-or-dark-mode-forked-t8fyyr?file=%2Fsrc%2FApp.js%3A1%2C1-70%2C1
Bug description
im have next.js version 15 app i need add Thumbs gallery in one page i try this : thumbsSwiper && !thumbsSwiper.destroyed ? thumbsSwiper : null but always give me error : TypeError: Cannot convert undefined or null to object
simple demo code : https://codesandbox.io/p/sandbox/theme-reducer-context-rtl-and-light-or-dark-mode-forked-t8fyyr
this is my project-detail-thumbs-slider.tsx:
Expected Behavior
im give this error : TypeError: Cannot convert undefined or null to object when change my direction i have two more slider but other slider work without error just this slider because have thumbs or two swiper in one file with same key why i use same key ? because direction in swiper just work with key key = "rtl" im try childKey props key =
${state.dir} ${childKey}
but nothing changehow Thumbs gallery work ? when dont change dir or remove key from Slider component key or remove thumbs in project-detail-thumbs-slider.tsx or remove onSwiper action on project-detail-thumbs-slider.tsx
Actual Behavior
No response
Swiper version
11.1.15
Platform/Target and Browser Versions
chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: