We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ef48e commit 847ac00Copy full SHA for 847ac00
app/pages/package/[[org]]/[name].vue
@@ -703,11 +703,7 @@ const showSkeleton = shallowRef(false)
703
</ButtonBase>
704
</DevOnly>
705
<main class="container flex-1 w-full py-8">
706
- <PackageSkeleton
707
- v-if="
708
- !isHydratingWithoutPayload && (showSkeleton || status === 'idle' || status === 'pending')
709
- "
710
- />
+ <PackageSkeleton v-if="!isHydratingWithoutPayload && (showSkeleton || status === 'pending')" />
711
712
<article
713
v-else-if="(status === 'success' && pkg) || isHydratingWithoutPayload"
0 commit comments