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
//@tarojs/components-react/index.js
...code
export { default as Tabbar } from './dist/tabbar/index'
export { default as TabbarContainer } from './dist/tabbar/container'
export { default as TabbarPanel } from './dist/tabbar/panel'
...code
相关平台
H5
浏览器版本: 谷歌最新版
使用框架: React
复现步骤
taro-components-react 组件包根据文档从taro2.x把tabbar模块搬进去的,然后build也没有问题。但是在跑h5时候发现tabbar没有被渲染成组件
components-react组件编译结果存在tabbar
页面内容有正确渲染,只是tabbar没有。帮忙看一下是否是tabbar导出错误了
期望结果
正确渲染tabbar节点
实际结果
没有渲染tabbar节点内容
环境信息
The text was updated successfully, but these errors were encountered: