chore: remove hydration loaders due to props being typed

This commit is contained in:
Michael Brevard 2024-10-09 10:23:15 +03:00 committed by GitHub
parent f054daccf8
commit beedda3f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ const granularAppPresets: InlinePreset[] = [
from: '#app/composables/asyncData',
},
{
imports: ['useHydration', 'createEventLoader', 'createIdleLoader', 'createVisibleLoader'],
imports: ['useHydration'],
from: '#app/composables/hydrate',
},
{