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
In React, I'm using Swiper.js with infinite list. However, there is no option to rebuild when height of children is updated for server response. I read docs and found methods like swiper.updateAutoHeight() and swiper.updateSize(), etc. But, all these methods didn't work.
Is there other option to rebuild swiper when children is updated?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In React, I'm using Swiper.js with infinite list. However, there is no option to rebuild when height of children is updated for server response. I read docs and found methods like
swiper.updateAutoHeight()
andswiper.updateSize()
, etc. But, all these methods didn't work.Is there other option to rebuild swiper when children is updated?
Beta Was this translation helpful? Give feedback.
All reactions