-
Notifications
You must be signed in to change notification settings - Fork 7
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
bugfix: dataDisplay/CoreTable related CoreComponents prop sanitization #339
Conversation
add valid props and sanitizations for all CoreTable related components ref: #336
b21df39
to
c48b82e
Compare
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.
Please do the following changes:
- Remove unnecessary destructure
- Self closing tag
- component default value can be removed if problem appears then put it inside default value
improve code ref: #336
cda7407
to
6854a11
Compare
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.
please do the needed changes or added todo
improve code ref: #336
693cb85
to
97541bb
Compare
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.
good to go
Description
This PR adds valid props and prop sanitizations for below listed CoreComponents:
Ref: #336
Related Issues
Testing
Checklist
Screenshots (if applicable)
Additional Notes
Reviewers
Maintainer Notes