We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
支付宝小程序
小程序基础库: 3.3.15 使用框架: React
import { LivePlayer, LivePusher } from "@tarojs/components"; // !!LivePlayer===true // !!LivePusher===false
export LivePusher
LivePusher undefined
❯ taro info 👽 Taro v3.3.15 Taro CLI 3.3.15 environment info: System: OS: macOS 11.6 Shell: 5.8 - /bin/zsh Binaries: Node: 16.11.1 - /usr/local/bin/node npm: 8.0.0 - /usr/local/bin/npm npmPackages: @tarojs/cli: 3.3.15 => 3.3.15 @tarojs/components: ^3.3.15 => 3.3.15 @tarojs/mini-runner: 3.3.15 => 3.3.15 @tarojs/react: 3.3.15 => 3.3.15 @tarojs/runtime: 3.3.15 => 3.3.15 @tarojs/taro: 3.3.15 => 3.3.15 @tarojs/webpack-runner: 3.3.15 => 3.3.15 babel-preset-taro: 3.3.15 => 3.3.15 eslint-config-taro: 3.3.15 => 3.3.15 react: ^17.0.2 => 17.0.2
@tarojs/components 导出LivePusher组件为undefined,而LivePlayer是存在的,是不是漏了
The text was updated successfully, but these errors were encountered:
@tageecc 支付宝小程序自身就没有提供 LivePusher、LivePlayer 组件吧。因此 Taro 在支付宝平台没有导出它们。
Sorry, something went wrong.
No branches or pull requests
相关平台
支付宝小程序
小程序基础库: 3.3.15
使用框架: React
复现步骤
期望结果
export LivePusher
实际结果
LivePusher undefined
环境信息
补充信息
@tarojs/components 导出LivePusher组件为undefined,而LivePlayer是存在的,是不是漏了
The text was updated successfully, but these errors were encountered: