-
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
Taro.getStorageSync is not a function #16555
Comments
先这样写吧 |
最近安排一个版本吗?4.0.5 问题有点多啊,项目代码太多又不好一处处改,只好等待升级 |
This was referenced Sep 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
H5
浏览器版本: Chrome 128.0.6613.138
使用框架: Vue 3
复现步骤
<script setup> import Taro from "@tarojs/taro"; Taro.getStorageSync("222222222222"); </script>期望结果
期望正常运行
实际结果
An error occurred: Uncaught TypeError: Taro.getStorageSync is not a function at
环境信息
The text was updated successfully, but these errors were encountered: