Closed greg-bookyrslf closed 12 months ago
Mistake in course material at https://nextjs.org/learn/dashboard-app/mutating-data.
Line: You can then pass your rawFormData to NewInvoice to validate the types:
You can then pass your rawFormData to NewInvoice to validate the types:
Should be : You can then pass your rawFormData to CreateInvoice to validate the types:
You can then pass your rawFormData to CreateInvoice to validate the types:
@greg-realmmap thank you for finding this typo! We have a PR fixing it
Mistake in course material at https://nextjs.org/learn/dashboard-app/mutating-data.
Line:
You can then pass your rawFormData to NewInvoice to validate the types:
Should be :
You can then pass your rawFormData to CreateInvoice to validate the types: