adobe/react-spectrum

Table is not interactive on first click in SSR

オープン

#8,239 opened on 2025/05/15

 (17 件のコメント) (5 件のリアクション) (0 人の担当者)TypeScript (1,500 件のフォーク)auto 404
help wantedneeds investigation

Repository metrics

Stars
 (15,634 個のスター)
PR merge metrics
 (平均マージ 8d 2h) (30d で 80 merged PRs)

説明

Provide a general summary of the issue here

React Aria's table is not interactive on the first click when the page was loaded through SSR.

🤔 Expected Behavior?

The table should be interactive/hydrated on page load, not only after a user clicked on the page.

😯 Current Behavior

💁 Possible Solution

No response

🔦 Context

No response

🖥️ Steps to Reproduce

https://github.com/gijsroge/react-aria-table-issue

npm install && npm run dev

On page load you will notice the table is not interactive on the first click, only on the second click.

If you start on page 2: http://localhost:5174/2 and then use the link on this page to navigate to the table using a client side navigation, the table is interactive on first click.

Version

1.8.0

What browsers are you seeing the problem on?

Chrome, Microsoft Edge, Safari, Firefox

If other, please specify.

No response

What operating system are you using?

Windows

🧢 Your Company/Team

No response

🕷 Tracking Issue

No response

コントリビューターガイド