mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
* fix: remove responsive prop from StackedBarGraph to prevent infinite loop Fixes #6406 The 'responsive' prop on BarChart was conflicting with explicit width/height props provided by AutoSizer, causing recharts' useElementOffset hook to trigger an infinite re-render loop. This manifested as React Error #185 (Maximum update depth exceeded) when displaying stacked bar graphs with many months of data. Removing the redundant 'responsive' prop resolves the issue since explicit dimensions are already provided by the Container component. * docs: add release notes for #6406 * [autofix.ci] apply automated fixes --------- Co-authored-by: Salva <spenamedina@Salvas-MacBook-Pro.local> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
118 B
118 B
category, authors
| category | authors | |
|---|---|---|
| Bugfix |
|
Remove responsive prop from StackedBarGraph to prevent infinite loop