I have created a custom grid control using Fluent Ui controls. I am using detailed list inside scrollable component with sticky header and footer.
Issue: When i scroll to the end of the screen using mouse in chrome(all recent versions), I see error with "maximum update depth exceeded" with scrollable component. probably an infinite loop is happening at set state. the issue is happening inside scrollable pane control code(not any custom code). And I see this issue only at 80% screen size(or zoom).It works perfectly fine in all other screen sizes.
Appreciate your assistance if anyone have see this or have thoughts around this. Thanks!!