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
「 status 为什么卡在 align, 没完成 measure -> align -> motion -> stable 流转」 的原因没有找到; mergedStyle 的 opacity 判断似乎有误。
var mergedStyle = _objectSpread(_objectSpread(_objectSpread({}, stretchStyle), {}, { zIndex: zIndex }, style), {}, { opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0, pointerEvents: status === 'stable' ? undefined : 'none' });
The text was updated successfully, but these errors were encountered:
也遇到这个问题,目前粗暴的在使用组件的时候重写了 pointerEvents
pointerEvents
Sorry, something went wrong.
No branches or pull requests
「 status 为什么卡在 align, 没完成 measure -> align -> motion -> stable 流转」 的原因没有找到;
mergedStyle 的 opacity 判断似乎有误。
var mergedStyle = _objectSpread(_objectSpread(_objectSpread({}, stretchStyle), {}, { zIndex: zIndex }, style), {}, { opacity: status === 'motion' || status === 'stable' || !visible ? undefined : 0, pointerEvents: status === 'stable' ? undefined : 'none' });
The text was updated successfully, but these errors were encountered: