Property type not supported in Livewire for property: [{}]

I have a normal table with an edit action and when I call an edit, the above error comes up. But I have no idea where the message originates.

Does anyone have any idea how I can narrow down the error?
Solution
Problem found!

In my model there was a getXXXAttribute() which returned a class, this caused the problem.
Was this page helpful?