martmull
2024-05-29 23:35:32 +02:00
committed by GitHub
parent bcb582ffa0
commit 9a23f9b322
5 changed files with 63 additions and 62 deletions

View File

@ -6,5 +6,5 @@ export const prefetchIsLoadedFamilyState = createFamilyState<
PrefetchKey
>({
key: 'prefetchIsLoadedFamilyState',
defaultValue: false,
defaultValue: true,
});