front: bump tanstack v9.2.4 - #18460
Open
theocrsb wants to merge 1 commit into
Open
Conversation
theocrsb
force-pushed
the
tce/front/bump-tanstack-v9.2.4
branch
from
September 7, 2026 12:05
600c095 to
667021a
Compare
Akctarus
approved these changes
Sep 7, 2026
Bumps [@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table) from 8.21.3 to 9.2.4. - [Release notes](https://github.com/TanStack/table/releases) - [Changelog](https://github.com/TanStack/table/blob/main/packages/react-table/CHANGELOG.md) - [Commits](https://github.com/TanStack/table/commits/@tanstack/react-table@9.2.4/packages/react-table) --- updated-dependencies: - dependency-name: "@tanstack/react-table" dependency-version: 9.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
theocrsb
force-pushed
the
tce/front/bump-tanstack-v9.2.4
branch
from
September 7, 2026 13:29
667021a to
a41f39f
Compare
theocrsb
marked this pull request as ready for review
September 7, 2026 13:30
SharglutDev
reviewed
Sep 7, 2026
SharglutDev
left a comment
Contributor
There was a problem hiding this comment.
Thank you for the bump !
| // which would also allow us to use `useWindowVirtualizer`! | ||
| const centerColumn = document.querySelector('.center-column'); | ||
|
|
||
| // eslint-disable-next-line react/incompatible-library |
Contributor
There was a problem hiding this comment.
Why do we need to add this ?
| // Guards onBlur against double-committing after an explicit blur() (Enter/Escape/menu-select). | ||
| const blurHandledRef = useRef(false); | ||
| const isFirstRow = row.index === 0; | ||
| const isLastRow = row.index === table.getRowCount() - 1; |
Contributor
There was a problem hiding this comment.
We lost this method ? I don't find any mention for that in the migration guide.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://tanstack.com/table/latest/docs/framework/preact/guide/migrating