konveyor / tackle2-ui

Tackle (2nd generation) UI component.
Apache License 2.0
7 stars 31 forks source link

[BUG] TBody mishandled in table implementation #1832

Open ibolton336 opened 4 months ago

ibolton336 commented 4 months ago

Is there an existing issue for this?

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
konveyor-ci-bot[bot] commented 4 months ago

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.