Skip to content Skip to sidebar Skip to footer

React-slick Custom Paging Paging Prop Usage

I have set up the prop to pass to react-slick Slider as follows: const settings = { customPaging: function(i) { return
{`Test ${i}`}
<

Solution 1:

I have discovered the issue / solution:

I was on react-slick@0.14.2 which did not include the update for custom paging - upgrading to the latest version of react-slick has fixed the issue

Post a Comment for "React-slick Custom Paging Paging Prop Usage"