[PR #4278] [MERGED] Fix react-hooks/exhaustive-deps error on useSheetValue.ts #5304

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

📋 Pull Request Information

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

Base: masterHead: fix-exhaustive-deps-useSheetValue


📝 Commits (5)

  • ec2e5c1 Fix react-hooks/exhaustive-deps error on useSheetValue.ts
  • 756899f Release notes
  • 5946ade Add comments
  • c5aa5dc Fix typecheck error
  • 3bfa2ca Merge branch 'master' into fix-exhaustive-deps-useSheetValue

📊 Changes

5 files changed (+76 additions, -20 deletions)

View changed files

📝 eslint.config.mjs (+0 -1)
📝 packages/desktop-client/src/components/spreadsheet/index.ts (+11 -2)
📝 packages/desktop-client/src/components/spreadsheet/useSheetValue.ts (+57 -12)
📝 packages/loot-core/src/client/SpreadsheetProvider.tsx (+2 -5)
upcoming-release-notes/4278.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/4278 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 3/1/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `fix-exhaustive-deps-useSheetValue` --- ### 📝 Commits (5) - [`ec2e5c1`](https://github.com/actualbudget/actual/commit/ec2e5c11fb5a5bd558303e84e7c6268f1d8d77c0) Fix react-hooks/exhaustive-deps error on useSheetValue.ts - [`756899f`](https://github.com/actualbudget/actual/commit/756899ff423540e531c7ac0c5b7dc4c0aae151e5) Release notes - [`5946ade`](https://github.com/actualbudget/actual/commit/5946ade035f510e4051cc8129e0bc6d58a2d851c) Add comments - [`c5aa5dc`](https://github.com/actualbudget/actual/commit/c5aa5dc436fef504f98a222e5e96bf8a7abbd2cf) Fix typecheck error - [`3bfa2ca`](https://github.com/actualbudget/actual/commit/3bfa2ca53cadd10ccd0fad8831ca7c60b9f8ff99) Merge branch 'master' into fix-exhaustive-deps-useSheetValue ### 📊 Changes **5 files changed** (+76 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+0 -1) 📝 `packages/desktop-client/src/components/spreadsheet/index.ts` (+11 -2) 📝 `packages/desktop-client/src/components/spreadsheet/useSheetValue.ts` (+57 -12) 📝 `packages/loot-core/src/client/SpreadsheetProvider.tsx` (+2 -5) ➕ `upcoming-release-notes/4278.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:15 -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#5304