diff --git a/src/stores/location.ts b/src/stores/location.ts index d6db50a0..0aed10ef 100644 --- a/src/stores/location.ts +++ b/src/stores/location.ts @@ -19,6 +19,6 @@ export type LocationStore = const url = 'https://location.kremalicious.com' export const $location = createFetcherStore([url], { - refetchOnReconnect: true, - refetchOnFocus: true + revalidateOnReconnect: true, + revalidateOnFocus: true })