solid-start
solid-start copied to clipboard
refetchRouteData should use a Transition
It was reported to me that refetchRouteData was triggering Suspense fallbacks. It should not. It should instead start a Transition and we should use pending state to indicate that it is active.