-
Notifications
You must be signed in to change notification settings - Fork 754
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
3.6.2 版本Taro.atMessage 类型丢失 #1589
Labels
bug
Something isn't working
Comments
这是 |
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
遇到同样的问题,希望官方尽快更新解决下! |
同样碰到问题,更新了吗 |
robinv8
added a commit
that referenced
this issue
May 4, 2023
安装最新版
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
复现仓库
https://gitee.com/xxx/xxx.git
小程序基础库: 2.30.2
使用框架: React
复现步骤
import Taro from '@tarojs/taro';
Taro.atMessage({ message: “123123”, type: 'error' });
期望结果
ts 类型正确
实际结果
报错 Property 'atMessage' does not exist on type 'TaroStatic'.
环境信息
The text was updated successfully, but these errors were encountered: