uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

fix(uni-components): 修复ResizeSensor组件rootRef.value可能为空的bug (close #4874)

Open 31702160323 opened this issue 1 year ago • 2 comments

https://github.com/dcloudio/uni-app/issues/4874

31702160323 avatar Apr 28 '24 04:04 31702160323

感谢你的 PR,可以在此 PR 或者关联 issues 中提供复现工程说明问题吗?比如复现工程、操作步骤、涉及的平台等等,提供这些信息可以让对应的人能更快定位和测试你的问题。

Otto-J avatar Apr 29 '24 06:04 Otto-J

@Otto-J 这个问题我也无法百分比复现,但是这个问题很早就存在了,加上这个问题并不会影响运行,所以一直没管它。错误信息可以看https://github.com/dcloudio/uni-app/issues/4874这个链接。

1714442565806

31702160323 avatar Apr 30 '24 02:04 31702160323

感谢你的反馈,我和同事阅读了这部分代码,对 ref 的引用是个对象,返回的 update 都是在 onMounted 之后才执行的,按理说不会产生问题。我们先按照你的改动合并代码,也欢迎提供更多测试场景来验证你的改动。

祝贺成为 First-time contributor,也欢迎更多参与 uniapp 开源贡献

Otto-J avatar May 11 '24 10:05 Otto-J

代码已合并

Otto-J avatar May 11 '24 11:05 Otto-J