diff --git a/README.md b/README.md index ec8eaa1..2d14aaf 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ import Swiper from 'react-id-swiper'; const ManipulatingSwiper = () => { const ref = useRef(null); - const ref = useRef(null); + const ref = useRef(null); // Нужно удалить const goNext = () => { if (ref.current !== null && ref.current.swiper !== null) {