[Learn/Dashboard] Chapter 11 Import file name inconsistence
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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