-
Notifications
You must be signed in to change notification settings - Fork 377
Fix(#1371): Fix for null and undefined rendering in table cell #1621
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
Conversation
Fixes issue where an error is thrown and applications crash when there is null as value in one of
the table cells.
Fix # console.warn(`Cell value at [ ${rowKey}, ${key} ] should not be set to ${curr}`);
|
PatternFly-React preview: https://1621-pr-patternfly-react-patternfly.surge.sh |
karelhala
left a comment
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.
Looks good! UI wise it's good as well.
priley86
left a comment
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.
no issue from me
Codecov Report
@@ Coverage Diff @@
## master #1621 +/- ##
==========================================
- Coverage 82.89% 82.87% -0.02%
==========================================
Files 573 573
Lines 6249 6255 +6
Branches 75 75
==========================================
+ Hits 5180 5184 +4
- Misses 1039 1041 +2
Partials 30 30
Continue to review full report at Codecov.
|
Fixes issue where an error is thrown and applications crash when there is null as value in one of
the table cells.
Fix #1371