When using prefetch on links, if the resource is expired, it will trigger a refresh causing a re-render and possibly back to skeleton.
Instead, it should not override values in the resource cache yet while prefetching, but use a separate cache and then we should get the value from it on actual transition.
When using
prefetch
on links, if the resource is expired, it will trigger a refresh causing a re-render and possibly back to skeleton. Instead, it should not override values in the resource cache yet while prefetching, but use a separate cache and then we should get the value from it on actual transition.