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 bf24ec7 commit 1c4269aCopy full SHA for 1c4269a
1 file changed
app/pages/package/[[org]]/[name].vue
@@ -774,10 +774,7 @@ const showSkeleton = shallowRef(false)
774
<!-- Scenario 1: SPA fallback — show skeleton (no real content to preserve) -->
775
<!-- Scenario 2: SSR with missing payload — preserve server DOM, skip skeleton -->
776
<PackageSkeleton
777
- v-if="
778
- isSpaFallback ||
779
- (!isHydratingWithServerContent && (showSkeleton || (status === 'pending' && !pkg)))
780
- "
+ v-if="showSkeleton || isSpaFallback || (!hasEmptyPayload && status === 'pending')"
781
/>
782
783
<!-- During hydration without payload, show captured server HTML as a static snapshot.
0 commit comments