akiran / akiran/react-slick

Dynamic Slider Items uses the same key when fade settings attribute is set to true.

オープン
#2,123 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
11.9k
フォーク
2.1k
PR マージ指標
30日以内にマージされた PR はありません

説明

Version: 0.25.2

* Steps to reproduce
* Use the following settings to render dynamic slider items
```
` const settings = {
fade: true,
autoplay:true,
infinite: true,
speed: 500,
slidesToShow: 1,
slidesToScroll: 1
}

{
images.map(function(item){
return (



window.location.href = item.banner_link} style={{backgroundImage:`url(${item.banner})`}} className="category-card" />
{/* */}


)
})
}
`
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。