Property type not supported in Livewire when using computedProperties
I tried to create a resource for some third party model (
On edit page, I get now an exception
The weird thing is, that i get this exception, even if I dont use the
When commenting the getUrlAttribute out from the package, the error isn't thrown.
Any ideas how to get around this error, without messing up the package?
Spatie\UptimeMonitor\Models\Monitor). This model uses the following method:On edit page, I get now an exception
Property type not supported in Livewire for property: [{}]The weird thing is, that i get this exception, even if I dont use the
url property at all in the form:When commenting the getUrlAttribute out from the package, the error isn't thrown.
Any ideas how to get around this error, without messing up the package?