You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #1169 fixed a bug where the IrisGrid component was attempting to access Table.columns[0].name without accounting for the possibility that columns could be an empty array. We should assess if there are other places in the iris-grid code with similar issues. A good starting point would be to search the codebase for all occurrences of columns[0] and see which ones could have a potentially unhandled empty array scenario.
The text was updated successfully, but these errors were encountered:
Issue #1169 fixed a bug where the
IrisGrid
component was attempting to accessTable.columns[0].name
without accounting for the possibility that columns could be an empty array. We should assess if there are other places in theiris-grid
code with similar issues. A good starting point would be to search the codebase for all occurrences ofcolumns[0]
and see which ones could have a potentially unhandled empty array scenario.The text was updated successfully, but these errors were encountered: