Inertia.js lets you quickly build modern single-page React, Vue and Svelte apps using classic server-side routing and controllers.
6.55k
stars
435
forks
source link
[2.x] Prefetch on the current page causes re-render and focus loss #2066
Open
Jussi-Mannisto opened 1 month ago
Version:
@inertiajs/react
version: 2.0.0-beta.2Describe the problem:
Prefetching the current page triggers a full re-render, causing focus to be lost.
https://github.com/user-attachments/assets/225aea36-0e17-4dde-a8c5-2d6c30bd779a
This occurs with both the
prefetch
attribute and programmatic prefetching.Steps to reproduce:
prefetch
attribute.