[PR #3484] [MERGED] 🐛 fix custom reports crashing when opening table #4880

Closed
opened 2026-02-28 21:02:39 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3484
Author: @MatissJanis
Created: 9/22/2024
Status: Merged
Merged: 9/23/2024
Merged by: @MatissJanis

Base: masterHead: matiss/custom-reports-fix


📝 Commits (2)

  • fc5c99f 🐛 fix custom reports crashing when opening table
  • dbd5cb8 Merge branch 'master' into matiss/custom-reports-fix

📊 Changes

2 files changed (+17 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/reports/CustomReport.tsx (+11 -6)
upcoming-release-notes/3484.md (+6 -0)

📄 Description

State mutations should not be happening during render cycle.

Reproduction:

  1. create custom report (type: table)
  2. save it
  3. open the main reports page
  4. click on the saved custom report
  5. 💥

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3484 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 9/22/2024 **Status:** ✅ Merged **Merged:** 9/23/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/custom-reports-fix` --- ### 📝 Commits (2) - [`fc5c99f`](https://github.com/actualbudget/actual/commit/fc5c99f22d3cf9c59df0e42b6b03d2e768c0843c) :bug: fix custom reports crashing when opening table - [`dbd5cb8`](https://github.com/actualbudget/actual/commit/dbd5cb8d87dbe946dcd2df6d3c9dcc4a150b9cd8) Merge branch 'master' into matiss/custom-reports-fix ### 📊 Changes **2 files changed** (+17 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.tsx` (+11 -6) ➕ `upcoming-release-notes/3484.md` (+6 -0) </details> ### 📄 Description State mutations should not be happening during render cycle. Reproduction: 1. create custom report (type: table) 2. save it 3. open the main reports page 4. click on the saved custom report 5. 💥 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:02:39 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4880