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 updating the main website example with recent code changes, this line throws an error when the value of config.slider.start_at_card is a number.
The workaround is to make it a string (so that it has a replace function), but that isn't something users of the library should need to know. We should change it to not get hung up on this.
In updating the main website example with recent code changes, this line throws an error when the value of
config.slider.start_at_card
is a number.The workaround is to make it a string (so that it has a
replace
function), but that isn't something users of the library should need to know. We should change it to not get hung up on this.storyline/src/js/data.js
Line 272 in fa7c066
The text was updated successfully, but these errors were encountered: