Update locale or query param doesn't trigger the loading.tsx file with useSuspenseQuery
So i've these two suspense query which are also prefetched in the page.tsx, but when changing the currency or locale, the loading state is not triggered but rather its updated in place. Any way to trigger the loading.tsx file?
PS: Used
<HydrateClient
as well0 Replies