TheMaximum update depth exceeded error in InfiniteScroller seems to be back :( This was discussed in the 6.0.0 PR: https://github.com/glideapps/glide-data-grid/pull/810#issuecomment-1864715827 and seemed to have been fixed, but it still sometimes happens. Unfortunately, I'm not able to trigger/reproduce this reliably. This is most likely related to the grow column feature.
The
Maximum update depth exceeded
error inInfiniteScroller
seems to be back :( This was discussed in the 6.0.0 PR: https://github.com/glideapps/glide-data-grid/pull/810#issuecomment-1864715827 and seemed to have been fixed, but it still sometimes happens. Unfortunately, I'm not able to trigger/reproduce this reliably. This is most likely related to thegrow
column feature.The stack related to this issue:
https://github.com/glideapps/glide-data-grid/blob/3a97523f632d5cab1e99017e329971a7993aff34/packages/core/src/common/utils.tsx#L242
https://github.com/glideapps/glide-data-grid/blob/17f800d575eedd8e41593ff14e027891faf57a8f/packages/core/src/data-editor/data-editor.tsx#L2478
https://github.com/glideapps/glide-data-grid/blob/17f800d575eedd8e41593ff14e027891faf57a8f/packages/core/src/internal/scrolling-data-grid/scrolling-data-grid.tsx#L217
https://github.com/glideapps/glide-data-grid/blob/17f800d575eedd8e41593ff14e027891faf57a8f/packages/core/src/internal/scrolling-data-grid/scrolling-data-grid.tsx#L240
https://github.com/glideapps/glide-data-grid/blob/17f800d575eedd8e41593ff14e027891faf57a8f/packages/core/src/internal/scrolling-data-grid/infinite-scroller.tsx#L219
https://github.com/glideapps/glide-data-grid/blob/17f800d575eedd8e41593ff14e027891faf57a8f/packages/core/src/internal/scrolling-data-grid/infinite-scroller.tsx#L241