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

refactor: use default parameters #518

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

leventekk
Copy link
Contributor

@leventekk leventekk commented Apr 21, 2023

fixes #514

@codecov-commenter
Copy link

Codecov Report

Merging #518 (0fd005f) into main (b8a7b19) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #518      +/-   ##
==========================================
- Coverage   99.08%   99.07%   -0.02%     
==========================================
  Files           9        9              
  Lines         328      323       -5     
  Branches      104      104              
==========================================
- Hits          325      320       -5     
  Misses          3        3              
Impacted Files Coverage Δ
src/components/Tab.js 100.00% <100.00%> (ø)
src/components/TabList.js 100.00% <100.00%> (ø)
src/components/TabPanel.js 100.00% <100.00%> (ø)
src/components/Tabs.js 100.00% <100.00%> (ø)
src/components/UncontrolledTabs.js 99.39% <100.00%> (-0.01%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@danez danez merged commit dc34bdb into reactjs:main Apr 21, 2023
@danez
Copy link
Collaborator

danez commented Apr 21, 2023

Thank you!

@github-actions
Copy link

🎉 This PR is included in version 6.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

defaultProps warning - Support for defaultProps will be removed from function component will be removed
3 participants