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

v5.25.0 对 useMergedState 的重构, 导致rc-picker@2.6.11重复render, 页面卡死 #393

Open
Nick-Tsao opened this issue Dec 14, 2022 · 0 comments

Comments

@Nick-Tsao
Copy link

rc-util 5.25.0版本及之后版本, 会导致 rc-picker 特定场景卡死

rc-picker 依赖关系
image

rc-util 产生问题的commIt: 832a397

复现路径描述:

  1. disabled 有两个不一致的值
    <RangePicker
    disabled={[false, true]}
    />

问题表象:
image
image

暂时解决方案:
yarn 依赖版本锁定
"resolutions": {
"rc-util": "5.24.8"
},

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

No branches or pull requests

1 participant