[PR #2277] [MERGED] 🐛 Fix a missing ref param warning for forwardRef #30147

Closed
opened 2026-04-18 06:34:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2277
Author: @twk3
Created: 1/23/2024
Status: Merged
Merged: 1/24/2024
Merged by: @twk3

Base: masterHead: twk3/fix-missing-ref


📝 Commits (2)

  • 439eb97 Fix a missing ref param warning for forwardRef
  • 0577470 Add release note

📊 Changes

2 files changed (+12 additions, -5 deletions)

View changed files

📝 packages/desktop-client/src/components/table.tsx (+6 -5)
upcoming-release-notes/2277.md (+6 -0)

📄 Description

  • Drop unused usage of forwardRef on TableWithNavigator

Fixes a warning being throw in the console and during web tests regarding a missing ref parameter to forwardRef.

Example of the warning can be seen in the current master tests here: https://github.com/actualbudget/actual/actions/runs/7622910204/job/20761871770#step:4:29


🔄 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/2277 **Author:** [@twk3](https://github.com/twk3) **Created:** 1/23/2024 **Status:** ✅ Merged **Merged:** 1/24/2024 **Merged by:** [@twk3](https://github.com/twk3) **Base:** `master` ← **Head:** `twk3/fix-missing-ref` --- ### 📝 Commits (2) - [`439eb97`](https://github.com/actualbudget/actual/commit/439eb9758694bc948922377a3d2c2e90d387b26d) Fix a missing ref param warning for forwardRef - [`0577470`](https://github.com/actualbudget/actual/commit/057747021878a0e5848138ac4963e064826bf561) Add release note ### 📊 Changes **2 files changed** (+12 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/table.tsx` (+6 -5) ➕ `upcoming-release-notes/2277.md` (+6 -0) </details> ### 📄 Description - Drop unused usage of forwardRef on TableWithNavigator Fixes a warning being throw in the console and during web tests regarding a missing ref parameter to forwardRef. Example of the warning can be seen in the current master tests here: https://github.com/actualbudget/actual/actions/runs/7622910204/job/20761871770#step:4:29 --- <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-04-18 06:34:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#30147