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
Confirmed.
The exact condition for that error happens when circular options is false.
When panel moves to prev/next direction it try gets prev/next panel element reference according the direction, but in case of non-circular flicking there are condition which prev/next elements are empty.
The change will be released according on next release schedule, meanwhile you can apply the changes on your code directly or just checkout the latest from the master branch.
The error line is "$first = $panel.find(":first");" in _setAdaptiveHeight
adaptiveHeight: true
option (defaultIndex is 0)The text was updated successfully, but these errors were encountered: