質問編集履歴

2

onSwiperの記述を追加

2022/09/25 20:32

投稿

yalex
yalex

スコア0

test CHANGED
File without changes
test CHANGED
@@ -41,6 +41,9 @@
41
41
  initialSlide={0} // NOTE: 試しに追加。挙動に変化なし
42
42
  modules={[Thumbs]}
43
43
  watchSlidesProgress
44
+ onSwiper={(swiper) => {
45
+ setThumbsSwiper;
46
+ }}
44
47
  onClick={setThumbsSwiper}
45
48
  onInit={(swiper) => {
46
49
  // NOTE: クリック時に実行されて、カレント表示ができている

1

タグを追加しました。

2022/09/25 08:31

投稿

yalex
yalex

スコア0

test CHANGED
File without changes
test CHANGED
File without changes