Open
Description
After triggering a refetch with Suspense, the resizing functionality for components breaks. This issue can be reproduced in the provided CodeSandbox.
CodeSandbox:
https://codesandbox.io/p/devbox/fancy-worker-4nqgqk?workspaceId=ws_BAVCSBfYD2P1z6ttGiurci
Steps to Reproduce:
- Open the CodeSandbox and try resizing the panes (works as expected initially).
- Click the "Refetch" button (Suspense triggers, and loading state appears correctly).
- After refetch completes, try resizing the panes again or adjust the preview window vertically.
Expected Behavior:
Resizing should continue working smoothly after refetch.
Actual Behavior:
The resizing components break — panes no longer resize properly.