-
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
安卓微信客户端升级到8.0.51时,map渲染时控制台会抛出错误 Script error. Empty stack, maybe muted error. (xweb=true) #16667
Comments
This was referenced Oct 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 3.1.5
使用框架: Vue 3
复现步骤
1、taro 新建页面,并写入 ;
2、安卓微信客户端升级到8.0.51 预览;
3、地图正常渲染,但控制台有抛出错误。
期望结果
不抛出错误:
Script error. Empty stack, maybe muted error. (xweb=true)
实际结果
抛出错误:
Script error. Empty stack, maybe muted error. (xweb=true)
环境信息
补充信息
初步认为是微信客户端版本更新,导致原来的 Taro 组件 Map 适配方案有出入,从而导致了报错异常次数大幅上涨。
The text was updated successfully, but these errors were encountered: