[PR #4272] [MERGED] Fix react-hooks/exhaustive-deps error on TransactionList.jsx #5300

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4272
Author: @joel-jeremy
Created: 1/31/2025
Status: Merged
Merged: 2/21/2025
Merged by: @joel-jeremy

Base: masterHead: fix-exhaustive-deps-TransactionList


📝 Commits (5)

  • 9253ee2 Fix react-hooks/exhaustive-deps error on TransactionList.jsx
  • a9fb83d Release notes
  • cbe87c6 Remove useLayoutEffect
  • 905aa22 Add back the useLayoutEffect
  • ecfba2c Merge branch 'master' into fix-exhaustive-deps-TransactionList

📊 Changes

3 files changed (+99 additions, -57 deletions)

View changed files

📝 eslint.config.mjs (+0 -1)
📝 packages/desktop-client/src/components/transactions/TransactionList.jsx (+93 -56)
upcoming-release-notes/4272.md (+6 -0)

📄 Description

Fix some suppressed react-hooks/exhaustive-deps ESLint errors


🔄 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/4272 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `fix-exhaustive-deps-TransactionList` --- ### 📝 Commits (5) - [`9253ee2`](https://github.com/actualbudget/actual/commit/9253ee250bf205efe1117de2c7e2019915d9e5f9) Fix react-hooks/exhaustive-deps error on TransactionList.jsx - [`a9fb83d`](https://github.com/actualbudget/actual/commit/a9fb83dd86d2ff1be7560379aafec84396261da3) Release notes - [`cbe87c6`](https://github.com/actualbudget/actual/commit/cbe87c63c670f9f0d30d59fd56bc5d4469f232e6) Remove useLayoutEffect - [`905aa22`](https://github.com/actualbudget/actual/commit/905aa221ce37fcd160e9838d4d580df5aa8bd717) Add back the useLayoutEffect - [`ecfba2c`](https://github.com/actualbudget/actual/commit/ecfba2cb5e4ab2a7510a2ff193b84a162aea24d9) Merge branch 'master' into fix-exhaustive-deps-TransactionList ### 📊 Changes **3 files changed** (+99 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+0 -1) 📝 `packages/desktop-client/src/components/transactions/TransactionList.jsx` (+93 -56) ➕ `upcoming-release-notes/4272.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Fix some suppressed react-hooks/exhaustive-deps ESLint errors --- <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:10:11 -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#5300