Skip to content

ChannelVideo传参错误 #16214

@tingting-lucy

Description

@tingting-lucy

相关平台

微信小程序

小程序基础库: 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=

环境信息

Taro CLI 3.5.8 environment info:
    System:
      OS: Windows 10
    Binaries:
      Node: 16.20.2 - C:\Program Files\nodejs\node.EXE
      Yarn: 1.22.21 - ~\AppData\Roaming\npm\yarn.CMD  
      npm: 8.19.4 - C:\Program Files\nodejs\npm.CMD  

补充信息

使用组件ChannelVideo,按照文档传参报错,找不到问题出在哪

Metadata

Metadata

Assignees

No one assigned

    Labels

    F-reactFramework - ReactT-weappTarget - 编译到微信小程序V-3Version - 3.x

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions