Fix: Change SitesList to client:only to prevent SSR QueryClient error

This commit is contained in:
cawcenter
2025-12-16 11:58:02 -05:00
parent ea23680e5d
commit 8fcd5353c7

View File

@@ -69,7 +69,7 @@ const { data: sites, total } = await getSites({ limit: 100 });
<h2 class="text-xl font-semibold text-white border-b border-slate-700 pb-2"> <h2 class="text-xl font-semibold text-white border-b border-slate-700 pb-2">
Client-Side React Component (with mutations) Client-Side React Component (with mutations)
</h2> </h2>
<SitesList client:load /> <SitesList client:only="react" />
</div> </div>
<!-- Info Box --> <!-- Info Box -->