Next.js Discord

Discord Forum

Can't get the idea why we use message: prop here

Unanswered
Maltese posted this in #help-forum
Open in Discord
MalteseOP
Hello, folks! I will be glad if somebody can help me understand why we provide message prop to the state, given we are't using it? I am following this section of the course: https://nextjs.org/learn/dashboard-app/improving-accessibility and I am talking about this function createInvoice. We also provide and error prop, which we are using to display the error to the user, but where we use the message prop?

1 Reply

MalteseOP
and where I can find the finished src code of the project