开发者问题收集
我正在使用 react typescript。当我在 swiper 滑块组件上设置thumbs={{ swiper: thumbsSwiper }>时,它给出了一个错误Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'addClass')。我该如何解决它?如果我在 js 文件中使用以下代码,
Swiper 7.0.5 swiper/css 给出错误“未找到模块:无法解析‘swiper/css’”import { Swiper, SwiperSlide } from 'swiper/react';import 'swiper/css';function Test() {return (<SwiperspaceBetween={50}slidesPerView={3}onSlideChan