next-learn
next-learn copied to clipboard
Chapter12 <EditInvoiceForm> is correct, not <Form>.
In chapter12
/app/dashboard/invoices/[id]/edit/page.tsx I have
<Form invoice={invoice} customers={customers} />
but in /app/ui/invoices/edit-form.tsx says
export default function EditInvoiceForm
so I think <EditInvoiceForm> is correct.
It's a small detail, but I was confused at first, so I would appreciate it if you could correct it for me, thank you! If it is more appropriate to create a PR, please let me know and I will do so!