vercel / vercel/next-learn

[Learn/Dashboard] Chapter 11 Import file name inconsistence

Open
#588 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
4.8k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

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';

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the Chapter 11.4 “Updating the table” lesson and compare its import example with the referenced InvoicesTable component at @/app/ui/invoices/table. Update the lesson so the imported name matches the component, then verify the displayed example is consistent with the surrounding Suspense snippet.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.