Fix: Change SitesList to client:only to prevent SSR QueryClient error
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user