I'm trying to figure out how can i pause autoplay on swiper when i hover but i cannot find it anywhere
<Swiper
spaceBetween={0}
navigation={{
prevEl: navigationPrevRef.current,
nextEl: navigationNextRef.current,
}}
autoplay={{
delay: 3000,
pauseOnMouseEnter: true,
}}
>