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!!
Thanks @Scott !!Appreciate your help!!
Issue created: https://github.com/microsoft/fluentui/issues/16654
Excellent - that is exactly what you need to raise an issue in the FluentUI git repo - https://github.com/microsoft/fluentui
Once you've posted the issue - let us know the link and we can monitor it's progress!
Yes @ScottDurow , i do- At 80% zoom
https://codepen.io/goutham-a/pen/JjRVXOJ
I have used example from Fliuent UI and was able to reproduce. Please scroll down to the bottom and keep scrolling down , you will see blank page in output. Please note only at 80% zoom.
when i debug, i see set state being called infinitely for this scrollable component at 80% zoom
Can you reproduce this issue outside of your PCF component in codepen?
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
76
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1