-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(data-table): require additional props in certain situations #5682
fix(data-table): require additional props in certain situations #5682
Conversation
Deploy preview for carbon-elements ready! Built with commit 81c1c33 |
Deploy preview for carbon-components-react ready! Built with commit 81c1c33 https://deploy-preview-5682--carbon-components-react.netlify.com |
61ca150
to
bff035d
Compare
c0ef028
to
190790c
Compare
@asudoh @joshblack updated and ready for re-review 👍 |
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.
Thanks @tw15egan for the update!
Closes #5681
Adds in a
PropType
checker function to only require certain props in certain situationsChangelog
New
Testing / Reviewing
Ensure Data Table w/ expansion does not throw any console warnings.