-
Notifications
You must be signed in to change notification settings - Fork 105
Labels
Description
Describe the bug
We're using the header
prop of the AnalyticalTable
and our app crashes under the following conditions:
- A browser scaling of 90% is applied
- The website is on an external ultrawide screen
The app crashes with react's "maximum update depth exceeded" error. We're still stuck on V1, I don't know if the issue is still reproducible on V2. Unfortunately, I'm not able to provide an isolated example since we only run into it in the highly integrated environment of SAC.
The problem seems to be that the component injected through the header
prop seems to interfere with the size calculation of the table, making it flip-flop between two sizes until react pulls the plug:

Any help is appreciated.
Thanks a lot in advance!
UI5 Web Components for React Version
1.29.14
UI5 Web Components Version
1.24.13
Browser
Chrome
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New