-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ChannelVideo传参错误 #16214
Comments
taro-bot2
bot
added
F-react
Framework - React
T-weapp
Target - 编译到微信小程序
V-3
Version - 3.x
labels
Jul 31, 2024
This was referenced Aug 3, 2024
{item?.objectId && item?.relevancyChannelsAccount && <ChannelVideo
feedId={item.objectId}
finderUserName={item.relevancyChannelsAccount}
feedToken={'token/ACB5C55M8'}
autoplay={false}
/>} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 3.5.0
使用框架: React
复现步骤
{<ChannelVideo
feedId={item?.objectId}
finderUserName={item?.relevancyChannelsAccount}
feedToken={'token/ACB5C55M8'}
autoplay={false}
> }
期望结果
{<ChannelVideo
feedId={item?.objectId}
finderUserName={item?.relevancyChannelsAccount}
feedToken={'token/ACB5C55M8'}
autoplay={false}
> }
实际结果
https://react.dev/errors/130?invariant=130&args%5B%5D=undefined&args%5B%5D=
环境信息
补充信息
使用组件ChannelVideo,按照文档传参报错,找不到问题出在哪
The text was updated successfully, but these errors were encountered: