We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@ice/appear 的 VisibilityChange 组件,
其 child 组件的 ref 属性若指定为函数(如 ref={(ref) => someRef.current = ref}),VisibilityChange 无法正确处理 复现 DEMO:
原因应该是这里 不能解构 函数
正常触发 onAppear onDisappear
No response
@ice/appear@0.1.5
The text was updated successfully, but these errors were encountered:
linbudu599
Successfully merging a pull request may close this issue.
Describe the bug
@ice/appear 的 VisibilityChange 组件,
其 child 组件的 ref 属性若指定为函数(如 ref={(ref) => someRef.current = ref}),VisibilityChange 无法正确处理
复现 DEMO:
原因应该是这里 不能解构 函数
Expected behavior
正常触发 onAppear onDisappear
Actual behavior
No response
Version of ice.js
@ice/appear@0.1.5
Content of build.json or ice.config.mts
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: