taro3.6.4 在H5 端使用 tabBar 出现bug --- taro Cannot read properties of undefined (reading 'list')
taro3.6.4 在H5 端使用 tabBar 出现bug
已经有人反馈了, https://github.com/NervJS/taro/issues/13581
taro Cannot read properties of undefined (reading 'list')
解决办法 (我个人试的办法 2023-4-13)
升级到 3.6.5-alpha.1 这个版本,
1 全局安装 yarn global add @tarojs/cli@3.6.5-alpha.1
2, 项目里的package.json文件里的版本也是同步更改
3, 然后重新安装包 yarn install
4, 运行 yarn dev:h5 然后看当时是用哪个taro 版本运行的, 看和你更改的版本号是不一致