worldsoon
worldsoon
if I use v4.2.1,it will work well
> what's the content of `'./lib/mqtt'`?  This is the file for the dist directory after build it. Because WeChatmini programs do not support import by npm, so only be...
> god! me too! why every version not work in WeChat mini program!! goddamn! version 4.2.1 will work that import by bundle file
> what's the content of `'./lib/mqtt'`? In addition, from v4.2.2 to 4.3.7,after reading the source code, I found that it misjudged the environment of wechat and mistaken it for node
我这边也出现同样的问题。 平台:ios WeexSDK: 0.28.0,也试过把weex-toolkit降到1.3.11。查看浏览器日志发现报错 
``` import { BehaviorWithStore } from 'mobx-miniprogram-bindings' import { userBinding, userStore } from '../../store/index' Component({ behaviors: [BehaviorWithStore({ storeBindings: [userBinding] }), pageBehavior], pageLifetimes: { show() { // isLogin为store里面的变量 console.log(this.data.isLogin) }, },...
> 由于创建的代码片段超过最大限制,所以只能详述复现步骤。 > > ## 复现步骤 > ### 1. 创建代码片段 > AppID选择一个,因为要在手机调试,模拟器复现不出来 > > > ### 2. 安装 tdesign > 参照 [快速开始](https://tdesign.tencent.com/miniprogram/getting-started),安装 tdesign、构建 npm、勾选 将 JS 编译成 ES5。 > >...