Skip to content

front: bump tanstack v9.2.4 - #18460

Open
theocrsb wants to merge 1 commit into
devfrom
tce/front/bump-tanstack-v9.2.4
Open

front: bump tanstack v9.2.4#18460
theocrsb wants to merge 1 commit into
devfrom
tce/front/bump-tanstack-v9.2.4

Conversation

@theocrsb

@theocrsb theocrsb commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

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
theocrsb force-pushed the tce/front/bump-tanstack-v9.2.4 branch from 667021a to a41f39f Compare September 7, 2026 13:29
@theocrsb
theocrsb requested a review from SharglutDev September 7, 2026 13:30
@theocrsb
theocrsb marked this pull request as ready for review September 7, 2026 13:30
@theocrsb
theocrsb requested a review from a team as a code owner September 7, 2026 13:30

@SharglutDev SharglutDev left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We lost this method ? I don't find any mention for that in the migration guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:front Work on Standard OSRD Interface modules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants