mohux
mohux
its really killing me :/ if i play around and setTimeout to return the slider, it works ```jsx {content} ``` tried rebuildOnUpdate as well, the same issue occured when i...
Yes actually, @asmaasafwat12, I stopped using swiper-id, its based on swiperjs, so am using swiper/react from official swiperjs lib, adding key={`${lang}-swiper}`} in fixed it in swiper/react,
if it HAS to be swiper-id, i would modify "dir" using ref, because its hardcoded in swiper-id, so doing something like ``` useEffect(() => { swiper.current.dir = myDir; },[]) ```...
in case you are using some kind of translation lib, you add i to if you are only using one language, then. no need, just. pass the dir
Thanks a lot for the note, will update the lib soon to have a n optional connector match and will have better examples > I'm trying to generate a double...
Hi buddy, the title explains it all, if you dont want to the lines to disappear and just have normal few of brackets, make breakpoint={0}
Sorry for ignoring this lib for long time I will add support for this as soon as possible Thanks for the idea!
Hi buddy, not currently, will make sure one is pushed in the next 2 days with the update coming! thanks!
This way it will end up passing onClick prop to CustomSeed coming from Bracket as well, which will end the same result, but ok i might add it in next...
Hi buddy, thank you so much for your kind words I think the examples are outdated to last update, my bad and my mistake, totally sorry will fix it in...