-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
fix: 修复 collapse 组件同时设置 activeKey 和 defaultActiveKey 属性属性导致的 bug #698
Conversation
/rebase |
Codecov Report
@@ Coverage Diff @@
## master #698 +/- ##
=======================================
Coverage 82.75% 82.76%
=======================================
Files 180 180
Lines 5110 5105 -5
Branches 1108 1122 +14
=======================================
- Hits 4229 4225 -4
+ Misses 874 872 -2
- Partials 7 8 +1
Continue to review full report at Codecov.
|
d3fa7cb
to
598c5c6
Compare
✔️ Deploy Preview for zarm ready! 🔨 Explore the source changes: d3fa7cb 🔍 Inspect the deploy log: https://app.netlify.com/sites/zarm/deploys/60daee18341d160007304690 😎 Browse the preview: https://deploy-preview-698--zarm.netlify.app |
✔️ Deploy Preview for zarm ready! 🔨 Explore the source changes: bb0b526 🔍 Inspect the deploy log: https://app.netlify.com/sites/zarm/deploys/60dc54e41e179f0008f48097 😎 Browse the preview: https://deploy-preview-698--zarm.netlify.app |
只需要 修改下 判断下 |
} | ||
if ('multiple' in nextProps) { | ||
newState.multiple = nextProps.multiple; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
删除 animated 后,动画效果丢失了
fix #697 |
No description provided.