I receive the Error "Protected Property Binding Exception"

I just received this error: Livewire\Exceptions\ProtectedPropertyBindingException, after hitting a button to run a Livewire component

I don’t see it in the docs. I can’t find a forum post about it. I googled it and can only find mentions of it in the original code for Livewire.

Any ideas?

I think this is an issue with my Bootstrap date picker on the field I’m using within Livewire, possibly not a Livewire issue. I’ll report back as I figure it out.

All wisdom still accepted. :slight_smile:

In the latest update (a few minutes ago), that exception was changed to PublicPropertyNotFoundException. It probably means you haven’t declared the public property. Double check that and let us know.

Will do. Thanks! I appreciate the quick reply!