Closed
Description
Describe the bug
We upgraded our app to the newest version and trying this simple code:
<Table
headerRow={
<TableHeaderRow>
<TableHeaderCell width="200">test</TableHeaderCell>
<TableHeaderCell width="200">test</TableHeaderCell>
<TableHeaderCell width="200">test</TableHeaderCell>
<TableHeaderCell>test</TableHeaderCell>
</TableHeaderRow>
}
>
<TableRow>
<TableCell>test</TableCell>
<TableCell>test</TableCell>
<TableCell>test</TableCell>
<TableCell>test</TableCell>
</TableRow>
</Table>
And we are getting the following error:


Currently we are not able to reproduce this bug in StackBlitz and just want to ask for some help.
Our Versions:

Isolated Example
No response
Reproduction steps
We can not reproduce the bug in a plane environment.
Expected Behaviour
No response
Screenshots or Videos
No response
UI5 Web Components for React Version
2.1.0
UI5 Web Components Version
2.2.0
Browser
Chrome
Operating System
Mac OS
Additional Context
No response
Relevant log output
No response
Organization
No response
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🆕 New