DEV Community

Discussion on: Creating a Multi-User To-Do Application with Laravel JetStream

Collapse
 
grsherwin profile image
grsherwin

On this line...

I changed the "state.description" to "description" and now it works.

What was the "state.description" referring to?

Collapse
 
hakimd profile image
Hakim DAHOUNE

Yes indeed, it should be "description". I think Erika had a global state somewhere where she stores components' props, maybe!

Thread Thread
 
erikaheidi profile image
Erika Heidi

Thank you! that's it, I'm updating the article now