-
Notifications
You must be signed in to change notification settings - Fork 142
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(Datagrid): onRowClick results in toggleRow.toggleRowSelected is not a function error in console #6633
fix(Datagrid): onRowClick results in toggleRow.toggleRowSelected is not a function error in console #6633
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6633 +/- ##
==========================================
- Coverage 80.78% 80.67% -0.12%
==========================================
Files 396 397 +1
Lines 12893 12923 +30
Branches 4274 4286 +12
==========================================
+ Hits 10415 10425 +10
- Misses 2478 2498 +20
|
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 just one small suggestion
Co-authored-by: Alexander Melo <alexandermelox@gmail.com>
82ce15c
Closes #6547
Added a null check for
toggleRowSelected
callback since for some rows objects,toggleRowSelected
is not present.How did you test and verify your work?
local