konveyor/tackle2-ui

[BUG] TBody mishandled in table implementation

Opened this issue · 1 comments

Is there an existing issue for this?

  • I have searched the existing issues

Konveyor version

latest

Priority

Critical

Current Behavior

Mishandling of TBody resulting in several Tbody elements rendered for each row in the table. This occurs in several tables across the app resulting in layout inconsistencies.

Example:

                  return (
                    <Tbody
                      key={importSummary.id}
                      isExpanded={isCellExpanded(importSummary)}
                    >
                      <Tr {...getTrProps({ item: importSummary })}>
                        <Td

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.