Avoid infinite loop by marking the component as server-side
All checks were successful
Check usage of free licenses / build-static-assets (pull_request) Successful in 25s
Playwright Tests / test (pull_request) Successful in 2m39s
Build Nginx-based docker image / build-static-assets (pull_request) Successful in 4m9s

This commit is contained in:
Manuel Bustillo 2024-10-27 11:37:27 +01:00
parent 7c6f00155a
commit de595bbf51

View File

@ -1,14 +1,6 @@
'use client'
import { Guest } from '@/app/lib/definitions';
import SkeletonRow from './skeleton-row';
import { Suspense } from 'react';
import clsx from 'clsx';
export function TableHeader() {
}
export default async function guestsTable() {
let guests: Guest[] = await fetch("http://localhost:3001/guests.json")