Open
Description
hi Team,
thank you for the wonderful guide, but I notice this inconsistency which may need your help.
At 11.4 Updating the table(4. Updating the table)
the Table component which were imported ,the name on the original file is InvoicesTable.
<Suspense key={query + currentPage} fallback={<InvoicesTableSkeleton />}> <Table query={query} currentPage={currentPage} /> </Suspense>
import Table from '@/app/ui/invoices/table'; should be -> import InvoicesTable from '@/app/ui/invoices/table';
Metadata
Metadata
Assignees
Labels
No labels