Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(swiper): 修复缺少ref传递导致dev环境下报错的问题 #534

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 28, 2024

  1. fix(swiper): 修复缺少ref传递导致dev环境下报错的问题

    `forwardRef` 需要接收第二个参数作为ref,`Swiper` 组件缺少这个参数传递,导致在开发环境下 React 会在 DevTools 中抛出错误
    wengx00 committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    38e677b View commit details
    Browse the repository at this point in the history