-
Notifications
You must be signed in to change notification settings - Fork 134
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
Add an unset option to the collapse active key #180
base: master
Are you sure you want to change the base?
Conversation
Having an unset option to provide easier customization to the collapse
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/react-component/collapse/6qe4in9iw |
Codecov Report
@@ Coverage Diff @@
## master #180 +/- ##
==========================================
- Coverage 99.04% 98.13% -0.92%
==========================================
Files 4 4
Lines 105 107 +2
Branches 33 34 +1
==========================================
+ Hits 104 105 +1
- Misses 1 2 +1
Continue to review full report at Codecov.
|
Update the ternary operator to if statement.
Having an unset option to the activeKey prop in order to make the component easier to handle |
This pull request introduces 12 alerts when merging 06c92a3 into ea1ab91 - view on LGTM.com new alerts:
|
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.
Update the condition of the if statement in Collapse component
Having an unset option to provide easier customization to the collapse