DEV Community

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

Collapse
 
grsherwin profile image
grsherwin

Erika, This is an excellent article. I am having an issue though when I hit save. I get the following error message. I am not able to figure out what this means.

Livewire\Exceptions\PropertyNotFoundException
Property [$state] not found on component: [todo.form]

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

Collapse
 
erikaheidi profile image
Erika Heidi

Yes, sorry about that one! I am updating the article now