Skip to content

Commit 9716367

Browse files
committed
fix: add expect error on client:load attribute
1 parent 87936d1 commit 9716367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/RootLayout.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ const ogImageAlt = "Social image for jsDocs.io";
7676
</div>
7777

7878
<slot name="modals" />
79+
80+
{/* @ts-expect-error */}
7981
<NpmPackageSearch client:load />
8082

8183
<script src="../scripts/add-copy-buttons.ts"></script>

0 commit comments

Comments
 (0)