-
Notifications
You must be signed in to change notification settings - Fork 165
Closes #269 : make dot children prop optional #276
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
Closes #269 : make dot children prop optional #276
Conversation
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed becuase it has not had recent activity. |
pretty disappointing... |
@zhongdeliu why would we make this optional? Wouldn't we just exclude the dots? |
@tim-steele for our use case we wanted the dots and the button element with the .dot class was totally sufficient. So why put an empty string/jsx tag in there.... So is the intention to make the children prop optional |
@allcontributors please add @zhongdeliu for code |
I've put up a pull request to add @zhongdeliu! 🎉 |
🎉 This PR is included in version 1.27.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What:
Made children of Dot component optional
Why:
See issue #269 - when using Dot directly, there may no need to have any children
How:
Changed props and updated docs (hopefully :) )
Checklist: