marcosarce
Results
1
comments of
marcosarce
The TypeScript error in app/ui/invoices/create-form.tsx can be fixed by replacing the `null` value for the message property in initialState with an empty string `''` ```typescript const initialState = { message:...