From 99785ea28a3b374691f02a4a299d51be43d79726 Mon Sep 17 00:00:00 2001 From: Igor Ushakov <47274099+IgorUshakov05@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:44:41 +0700 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ошибка документации --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {