-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
h5 taro 1.3.21 mobx 在 componentDidMount 调用Store方法报错 #4662
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
一样的问题,有复现过程和代码: #4637 (comment) |
@pantlin 大佬,无论是 |
@nauxchen 你的这个也请提供个可复现的 demo 呢 |
Hello~ 您的问题所提供的信息不足,我们无法定位到具体的问题。如果有空的话还请拔冗提供更具体的信息,否则这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
与 #4637 重复了 |
@pantlin 已修复,下个版本更新后就可以了 |
好的。 |
啥时候更新下个版本 |
问题描述
h5 taro 1.3.21 mobx 在componentDidMount 调用 Store方法报错
错误提示:
TypeError: Cannot read property 'increment' of undefined
1.3.19版本无该问题
复现步骤
[复现问题的步骤]
taro 1.3.21 创建 mobx模版,在index.jsx文件componentDidMount中调用Store方法
index.jsx
期望行为
修复错误
报错信息
TypeError: Cannot read property 'increment' of undefined
at WrappedComponent.Index._this.increment (index.js?7a4d:34)
at WrappedComponent.componentDidMount (index.js?7a4d:23)
at tryToCall (index.esm.js?eb04:2326)
at WrappedComponent.componentDidMount (index.esm.js?eb04:2368)
at eval (index.esm.js?eb37:1872)
at errorCatcher (index.esm.js?eb37:1742)
at eval (index.esm.js?eb37:1871)
at Array.forEach ()
at flushMount (index.esm.js?eb37:1867)
at updateComponent (index.esm.js?eb37:1977)
系统信息
Taro v1.3.21
Taro CLI 1.3.21 environment info:
System:
OS: Windows 7
Binaries:
Node: 10.13.0 - C:\Program Files\nodejs\node.EXE
Yarn: 1.13.0 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.12.0 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered: