当我导入时
import { Carousel } from "react-responsive-carousel";
Run Code Online (Sandbox Code Playgroud)
并像下面这样使用它:
<Carousel
autoPlay
infiniteLoop
showStatus={false}
showIndicators={false}
showThumbs={false}
interval={5000}
></Carousel>
TypeError: Super expression must either be null or a function, not undefined
Run Code Online (Sandbox Code Playgroud)
我期望在我的网站上出现横幅轮播