[GH-ISSUE #6406] [Bug]: Stacked Bar Graph Report crashes #28515

Closed
opened 2026-04-18 05:16:10 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @Axenow on GitHub (Dec 14, 2025).
Original GitHub issue: https://github.com/actualbudget/actual/issues/6406

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

Possibly, this bug happens with specific data or something like this.
When I create a custom Stacked Bar Graph Report, I have:

Fatal Error
There was an unrecoverable error in the UI. Sorry!
If this error persists, please get [in touch](https://actualbudget.org/contact) so it can be investigated.
Restart app
Show Error

The error is:

Show Error
Error: Minified React error #185; visit https://react.dev/errors/185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at h4 (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:27792) at __ (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:27317) at y2 (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:60402) at MG (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:60011) at

The full error from Console:

react-dom-client.production.js:5892 Error: Minified React error #185; visit https://react.dev/errors/185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at h4 (react-dom-client.production.js:2414:7)
    at __ (react-dom-client.production.js:2376:10)
    at y2 (react-dom-client.production.js:5405:14)
    at MG (react-dom-client.production.js:5371:3)
    at useElementOffset.js:35:9
    at S2 (react-dom-client.production.js:8675:33)
    at sq (react-dom-client.production.js:9080:22)
    at yf (react-dom-client.production.js:9904:7)
    at sq (react-dom-client.production.js:9018:7)
    at yf (react-dom-client.production.js:9904:7)

How can we reproduce the issue?

Create a custom report with the configuration:

  • Mode: Time
  • Split: Category
  • Type: Net
  • Interval: Monthly
  • Options: Include current Month, Show hidden categories, Show off budget
  • Date filters: Live
  • Range: Year to date

Have data at least for 6-7 months.
Click on Stacked Bar Graph
Check all months.

Where are you hosting Actual?

Docker

What browsers are you seeing the problem on?

Chrome, Firefox, Other

Operating System

Mac OSX

Originally created by @Axenow on GitHub (Dec 14, 2025). Original GitHub issue: https://github.com/actualbudget/actual/issues/6406 ### Verified issue does not already exist? - [x] I have searched and found no existing issue ### What happened? Possibly, this bug happens with specific data or something like this. When I create a custom Stacked Bar Graph Report, I have: ``` Fatal Error There was an unrecoverable error in the UI. Sorry! If this error persists, please get [in touch](https://actualbudget.org/contact) so it can be investigated. Restart app Show Error ``` The error is: ``` Show Error Error: Minified React error #185; visit https://react.dev/errors/185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at h4 (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:27792) at __ (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:27317) at y2 (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:60402) at MG (https://actual.axenowtech.com/static/js/index.CO-yN_1L.js:9:60011) at ``` The full error from Console: ``` react-dom-client.production.js:5892 Error: Minified React error #185; visit https://react.dev/errors/185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at h4 (react-dom-client.production.js:2414:7) at __ (react-dom-client.production.js:2376:10) at y2 (react-dom-client.production.js:5405:14) at MG (react-dom-client.production.js:5371:3) at useElementOffset.js:35:9 at S2 (react-dom-client.production.js:8675:33) at sq (react-dom-client.production.js:9080:22) at yf (react-dom-client.production.js:9904:7) at sq (react-dom-client.production.js:9018:7) at yf (react-dom-client.production.js:9904:7) ``` ### How can we reproduce the issue? Create a custom report with the configuration: - Mode: `Time` - Split: `Category` - Type: `Net` - Interval: `Monthly` - Options: `Include current Month`, `Show hidden categories`, `Show off budget` - Date filters: `Live` - Range: `Year to date` Have data at least for 6-7 months. Click on `Stacked Bar Graph` Check all months. ### Where are you hosting Actual? Docker ### What browsers are you seeing the problem on? Chrome, Firefox, Other ### Operating System Mac OSX
GiteaMirror added the reportsgood first issuebug labels 2026-04-18 05:16:10 -05:00
Author
Owner

@FictionFics commented on GitHub (Jan 5, 2026):

Checking this bug

Error: React Error #185: "Maximum update depth exceeded"
<!-- gh-comment-id:3709848146 --> @FictionFics commented on GitHub (Jan 5, 2026): Checking this bug ``` Error: React Error #185: "Maximum update depth exceeded" ```
Author
Owner

@FictionFics commented on GitHub (Jan 5, 2026):

Created PR to fix this problem, it is explained with more details here: https://github.com/actualbudget/actual/pull/6554

<!-- gh-comment-id:3710355486 --> @FictionFics commented on GitHub (Jan 5, 2026): Created PR to fix this problem, it is explained with more details here: https://github.com/actualbudget/actual/pull/6554
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#28515