Open ghost opened 5 years ago
same problem here. My config contains following:
nextArrow: <CardSliderArrow />,
prevArrow: <CardSliderArrow />,
CardSliderArrow:
const CardSliderArrow = ({ onClick }) => {
return (
<CardSliderArrowStyled {...{ onClick }}>
Arrow Here
</CardSliderArrowStyled>
);
};
but I finally Ive got these: https://cl.ly/51b9787b94d8
highlighted line is an buggy arrow
try to replace the first tag of arrow with "non-div" tag. it would be just fine~
Hi, this is my slider config:
I am using custom arrows for slider:
On smallest breakpoint for unknown reason react-slick id adding
slick-list
class to arrow component. When there is more then 4 items in slider it works as expected.Thanks.