-
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 3.0 没有 useScope 这个Hook了么?该怎么替代 #7795
Comments
Taro3 不需要 scope 了,相关的 API 也不用传入了 |
那应该怎么在函数式组件中使用this.$scope呢 |
不需要scope的,因为已经不再编译成小程序的components的组件规范 |
createSelectorQuery 如何限制获取组件内的 节点呢? |
在使用小程序自定义tabbar 的时候也要用 this.$scope.getTabBar(),没有 useScope 怎么获取呢 |
把以前的方案废除了,现在新的方案是什么?useScope 我看源码返回了一个undefined? |
可以使用 useRef 替代
可以限制获取组件内节点 貌似不行。ref获取到的是Taro Element 实例 |
我想这个一个非常重要的问题,期待过渡方案。 |
同问+1 |
有解决方案吗?使用 boundingClientRect 获取不到元素,看文档需要使用 scope,,但是这个函数被删了... |
🧯 使用Taro.getCurrentInstance().page 🍭🍬 官方文档:https://nervjs.github.io/taro/docs/migration/#scope-%E5%92%8C-componenttype |
请问下,目前taro版本3.3.12中,开发微信小程序插件时,怎么对外层抛出事件,以前taro2.0可以通过useScope获取triggerEvent方法,taro3可以通过什么方式获取 |
相关平台
微信小程序
小程序基础库: 2.13.1
使用框架: React
复现步骤
https://taro-docs.jd.com/taro/docs/hooks/#usescope
这里没有
useScope
相关说明了,那么该怎么替代this.$scope
呢期望结果
使用函数组件相关 hook 实现class组件中的 this.$scope
实际结果
在 @tarojs/taro 中找不到
useScope
相关hook了环境信息
The text was updated successfully, but these errors were encountered: