Skip to content

[Learn/Dashboard] Chapter 11 Import file name inconsistence #588

Open
@warrior1803-wang

Description

@warrior1803-wang

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions