Project

General

Profile

Actions

Bug #22856

open

<tr> cannot appear as a child of <div>

Added by Peter Amstutz 11 months ago. Updated 7 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
Workbench2
Target version:
-
Story points:
-
Release relationship:
Auto

Description

This is probably hopefully easy but I am seeing several variations of this in the browser console:

Warning: validateDOMNesting(...): <tr> cannot appear as a child of <div>.
    in tr (created by MuiTableRowRoot)
    in MuiTableRowRoot (created by ForwardRef(TableRow))
    in ForwardRef(TableRow) (at process-io-card.tsx:642)
    in RenderRow (created by List)
    in div (created by List)
    in div (created by List)
    in List (at process-io-card.tsx:682)
    in div (created by AutoSizer)
    in AutoSizer (at process-io-card.tsx:680)
    in tbody (created by MuiTableBodyRoot)
    in MuiTableBodyRoot (created by ForwardRef(TableBody))
    in ForwardRef(TableBody) (at process-io-card.tsx:679)
    in table (created by MuiTableRoot)
    in MuiTableRoot (created by ForwardRef(Table))
    in ForwardRef(Table) (at process-io-card.tsx:668)
    in div (at process-io-card.tsx:667)
    in Unknown (created by Connect(Component))
    in Connect(Component) (created by WithStyles(Connect(Component)))
    in WithStyles(Connect(Component)) (at process-io-card.tsx:458)
    in ConditionalTabs (at process-io-card.tsx:451)
    in div (created by MuiCardContentRoot)
    in MuiCardContentRoot (created by ForwardRef(CardContent))
    in ForwardRef(CardContent) (at process-io-card.tsx:373)
    in div (created by MuiPaperRoot)
    in MuiPaperRoot (created by ForwardRef(Paper))
    in ForwardRef(Paper) (created by MuiCardRoot)
    in MuiCardRoot (created by ForwardRef(Card))
    in ForwardRef(Card) (at process-io-card.tsx:318)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (at process-panel-root.tsx:215)
    in div (created by MuiPaperRoot)
    in MuiPaperRoot (created by ForwardRef(Paper))
    in ForwardRef(Paper) (at multi-panel-view.tsx:162)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:160)
    in MPVPanelContent (at process-panel-root.tsx:209)
    in MPVHideablePanel (at multi-panel-view.tsx:294)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:316)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:335)
    in MPVContainerComponent (created by WithStyles(MPVContainerComponent))
    in WithStyles(MPVContainerComponent) (created by Connect(WithStyles(MPVContainerComponent)))
    in Connect(WithStyles(MPVContainerComponent)) (at process-panel-root.tsx:145)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (created by Connect(WithStyles(Component)))
    in Connect(WithStyles(Component)) (created by Route)
    in Route (at workbench.tsx:194)
    in Switch (at workbench.tsx:446)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:443)
    in main (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:432)
    in div (created by a)
    in a (created by t)
    in div (created by t)
    in t (at workbench.tsx:422)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:417)
    in div (created by a)
    in a (created by t)
    in div (created by t)
    in t (at workbench.tsx:395)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:389)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:382)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (at main-panel-root.tsx:92)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at main-panel-root.tsx:89)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (created by Connect(WithStyles(Component)))
    in Connect(WithStyles(Component)) (at src/index.tsx:217)
    in MainPanelComponent (created by Route)
    in Route (at src/index.tsx:238)
    in Switch (at src/index.tsx:225)
    in Router (created by ConnectedRouter)
    in ConnectedRouter (at src/index.tsx:224)
    in Provider (at src/index.tsx:223)
    in Unknown (at src/index.tsx:222)
    in RtlProvider (created by ThemeProvider)
    in ThemeProvider (created by ThemeProvider)
    in ThemeProvider (created by ThemeProvider)
    in ThemeProvider (at src/index.tsx:221)
    in StyledEngineProvider (at src/index.tsx:220)
    in App (at src/index.tsx:250)
Warning: validateDOMNesting(...): <div> cannot appear as a child of <tbody>.
    in div (created by AutoSizer)
    in AutoSizer (at process-io-card.tsx:680)
    in tbody (created by MuiTableBodyRoot)
    in MuiTableBodyRoot (created by ForwardRef(TableBody))
    in ForwardRef(TableBody) (at process-io-card.tsx:679)
    in table (created by MuiTableRoot)
    in MuiTableRoot (created by ForwardRef(Table))
    in ForwardRef(Table) (at process-io-card.tsx:668)
    in div (at process-io-card.tsx:667)
    in Unknown (created by Connect(Component))
    in Connect(Component) (created by WithStyles(Connect(Component)))
    in WithStyles(Connect(Component)) (at process-io-card.tsx:458)
    in ConditionalTabs (at process-io-card.tsx:451)
    in div (created by MuiCardContentRoot)
    in MuiCardContentRoot (created by ForwardRef(CardContent))
    in ForwardRef(CardContent) (at process-io-card.tsx:373)
    in div (created by MuiPaperRoot)
    in MuiPaperRoot (created by ForwardRef(Paper))
    in ForwardRef(Paper) (created by MuiCardRoot)
    in MuiCardRoot (created by ForwardRef(Card))
    in ForwardRef(Card) (at process-io-card.tsx:318)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (at process-panel-root.tsx:215)
    in div (created by MuiPaperRoot)
    in MuiPaperRoot (created by ForwardRef(Paper))
    in ForwardRef(Paper) (at multi-panel-view.tsx:162)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:160)
    in MPVPanelContent (at process-panel-root.tsx:209)
    in MPVHideablePanel (at multi-panel-view.tsx:294)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:316)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:335)
    in MPVContainerComponent (created by WithStyles(MPVContainerComponent))
    in WithStyles(MPVContainerComponent) (created by Connect(WithStyles(MPVContainerComponent)))
    in Connect(WithStyles(MPVContainerComponent)) (at process-panel-root.tsx:145)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (created by Connect(WithStyles(Component)))
    in Connect(WithStyles(Component)) (created by Route)
    in Route (at workbench.tsx:194)
    in Switch (at workbench.tsx:446)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:443)
    in main (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:432)
    in div (created by a)
    in a (created by t)
    in div (created by t)
    in t (at workbench.tsx:422)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:417)
    in div (created by a)
    in a (created by t)
    in div (created by t)
    in t (at workbench.tsx:395)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:389)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:382)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (at main-panel-root.tsx:92)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at main-panel-root.tsx:89)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (created by Connect(WithStyles(Component)))
    in Connect(WithStyles(Component)) (at src/index.tsx:217)
    in MainPanelComponent (created by Route)
    in Route (at src/index.tsx:238)
    in Switch (at src/index.tsx:225)
    in Router (created by ConnectedRouter)
    in ConnectedRouter (at src/index.tsx:224)
    in Provider (at src/index.tsx:223)
    in Unknown (at src/index.tsx:222)
    in RtlProvider (created by ThemeProvider)
    in ThemeProvider (created by ThemeProvider)
    in ThemeProvider (created by ThemeProvider)
    in ThemeProvider (at src/index.tsx:221)
    in StyledEngineProvider (at src/index.tsx:220)
    in App (at src/index.tsx:250)
Warning: validateDOMNesting(...): <pre> cannot appear as a descendant of <p>.
    in pre (at process-io-card.tsx:648)
    in p (created by MuiTypographyRoot)
    in MuiTypographyRoot (created by ForwardRef(Typography))
    in ForwardRef(Typography) (at process-io-card.tsx:647)
    in ForwardRef(Tooltip) (at process-io-card.tsx:646)
    in td (created by MuiTableCellRoot)
    in MuiTableCellRoot (created by ForwardRef(TableCell))
    in ForwardRef(TableCell) (at process-io-card.tsx:645)
    in tr (created by MuiTableRowRoot)
    in MuiTableRowRoot (created by ForwardRef(TableRow))
    in ForwardRef(TableRow) (at process-io-card.tsx:642)
    in RenderRow (created by List)
    in div (created by List)
    in div (created by List)
    in List (at process-io-card.tsx:682)
    in div (created by AutoSizer)
    in AutoSizer (at process-io-card.tsx:680)
    in tbody (created by MuiTableBodyRoot)
    in MuiTableBodyRoot (created by ForwardRef(TableBody))
    in ForwardRef(TableBody) (at process-io-card.tsx:679)
    in table (created by MuiTableRoot)
    in MuiTableRoot (created by ForwardRef(Table))
    in ForwardRef(Table) (at process-io-card.tsx:668)
    in div (at process-io-card.tsx:667)
    in Unknown (created by Connect(Component))
    in Connect(Component) (created by WithStyles(Connect(Component)))
    in WithStyles(Connect(Component)) (at process-io-card.tsx:458)
    in ConditionalTabs (at process-io-card.tsx:451)
    in div (created by MuiCardContentRoot)
    in MuiCardContentRoot (created by ForwardRef(CardContent))
    in ForwardRef(CardContent) (at process-io-card.tsx:373)
    in div (created by MuiPaperRoot)
    in MuiPaperRoot (created by ForwardRef(Paper))
    in ForwardRef(Paper) (created by MuiCardRoot)
    in MuiCardRoot (created by ForwardRef(Card))
    in ForwardRef(Card) (at process-io-card.tsx:318)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (at process-panel-root.tsx:215)
    in div (created by MuiPaperRoot)
    in MuiPaperRoot (created by ForwardRef(Paper))
    in ForwardRef(Paper) (at multi-panel-view.tsx:162)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:160)
    in MPVPanelContent (at process-panel-root.tsx:209)
    in MPVHideablePanel (at multi-panel-view.tsx:294)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:316)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at multi-panel-view.tsx:335)
    in MPVContainerComponent (created by WithStyles(MPVContainerComponent))
    in WithStyles(MPVContainerComponent) (created by Connect(WithStyles(MPVContainerComponent)))
    in Connect(WithStyles(MPVContainerComponent)) (at process-panel-root.tsx:145)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (created by Connect(WithStyles(Component)))
    in Connect(WithStyles(Component)) (created by Route)
    in Route (at workbench.tsx:194)
    in Switch (at workbench.tsx:446)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:443)
    in main (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:432)
    in div (created by a)
    in a (created by t)
    in div (created by t)
    in t (at workbench.tsx:422)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:417)
    in div (created by a)
    in a (created by t)
    in div (created by t)
    in t (at workbench.tsx:395)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:389)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at workbench.tsx:382)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (at main-panel-root.tsx:92)
    in div (created by MuiGridRoot)
    in MuiGridRoot (created by ForwardRef(Grid))
    in ForwardRef(Grid) (at main-panel-root.tsx:89)
    in Unknown (created by WithStyles(Component))
    in WithStyles(Component) (created by Connect(WithStyles(Component)))
    in Connect(WithStyles(Component)) (at src/index.tsx:217)
    in MainPanelComponent (created by Route)
    in Route (at src/index.tsx:238)
    in Switch (at src/index.tsx:225)
    in Router (created by ConnectedRouter)
    in ConnectedRouter (at src/index.tsx:224)
    in Provider (at src/index.tsx:223)
    in Unknown (at src/index.tsx:222)
    in RtlProvider (created by ThemeProvider)
    in ThemeProvider (created by ThemeProvider)
    in ThemeProvider (created by ThemeProvider)
    in ThemeProvider (at src/index.tsx:221)
    in StyledEngineProvider (at src/index.tsx:220)
    in App (at src/index.tsx:250)
</pre>

Related issues 1 (1 open0 closed)

Related to Arvados - Bug #22379: Refactor Virtualized listsNewLisa KnoxActions
Actions #1

Updated by Peter Amstutz 11 months ago

  • Position changed from 154267 to 154270
Actions #2

Updated by Peter Amstutz 11 months ago

  • Description updated (diff)
Actions #3

Updated by Peter Amstutz 11 months ago

  • Description updated (diff)
Actions #4

Updated by Peter Amstutz 11 months ago

  • Target version changed from Development 2025-05-28 to Development 2025-06-25
Actions #5

Updated by Peter Amstutz 10 months ago

  • Target version changed from Development 2025-06-25 to Development 2025-07-09
Actions #6

Updated by Peter Amstutz 10 months ago

  • Target version changed from Development 2025-07-09 to Future
Actions #7

Updated by Brett Smith 9 months ago

  • Target version deleted (Future)
Actions #8

Updated by Brett Smith 7 months ago

  • Release set to 83
Actions #9

Updated by Lisa Knox 7 months ago

Issue is with the Autosizer package we use to handle virtualized lists, covered in #22379.

Actions #10

Updated by Brett Smith 7 months ago

  • Related to Bug #22379: Refactor Virtualized lists added
Actions

Also available in: Atom PDF