You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VM67:1 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s%s
Check the render method of ConnectFunction.
in Index (created by ConnectFunction)
in ConnectFunction (created by Page)
in root (created by Page)
in Page (created by AppWrapper)
in Provider (created by App)
in App (created by AppWrapper)
in AppWrapper
相关平台
微信小程序
复现仓库
https://github.com/myl0204/taro_bug_report
小程序基础库: 2.10.1
使用框架: React
复现步骤
启动项目后可以在控制台看到报错
VM67:1 Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s%s
Check the render method of
ConnectFunction
.in Index (created by ConnectFunction)
in ConnectFunction (created by Page)
in root (created by Page)
in Page (created by AppWrapper)
in Provider (created by App)
in App (created by AppWrapper)
in AppWrapper
期望结果
不报错
实际结果
报错
环境信息
The text was updated successfully, but these errors were encountered: