Skip to content
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

[Bug Report] 用了SafeArea或者Navbar,页面所有的元素更新都会触发wx.getSystemInfoSync is deprecated的警告 #863

Closed
xxxifan opened this issue Dec 18, 2024 · 1 comment

Comments

@xxxifan
Copy link
Contributor

xxxifan commented Dec 18, 2024

问题出在哪个包

@taroify/core

问题出在哪个平台/设备/浏览器

微信小程序

平台/设备/浏览器

No response

你正在使用的 Taroify 版本是多少

3.6.35

描述一下您遇到的问题以及重现步骤

 <View className='root'>
        <SafeArea position='top' nativeSafeTop className='top' />
        <Navbar title='测试' safeArea='top' nativeSafeTop fixed>
          <Navbar.NavLeft onClick={this.onBack}>返回</Navbar.NavLeft>
        </Navbar>
        <SafeArea position='top' nativeSafeTop />
        <View className='container'>
        // ... do some state changes.
        </View>
</View>

在下面的container中进行state的更新,即可触发这个警告
wx.getSystemInfoSync is deprecated.Please use wx.getSystemSetting/wx.getAppAuthorizeSetting/wx.getDeviceInfo/wx.getWindowInfo/wx.getAppBaseInfo instead.

猜测可能每次都调用了getSystemInfoSync这个方法。首先觉得可能这个方法会比较的耗时,能否优化。其次是否能遵循deprecated的建议使用更新的api https://github.com/NervJS/taro/blob/v3.6.35/packages/taro-h5/src/api/base/system.ts

如果可能的话,请包含一个代码框的链接与复制的问题

No response

你知道如何解决这个问题吗

None

您是否愿意参与修复这个问题,并创建一个 PR

None

修复这个问题的解决方案

No response

@Pilotager
Copy link
Collaborator

我们优化下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants