An error is thrown:
App\Livewire\ProductPage::getImageProperty(): Return value must be of type Spatie\MediaLibrary\MediaCollections\Models\Media, null returned
Steps To Reproduce:
Create a product without uploading an image to the Media tab, then visit the product detail page in the frontend.
Expected Behaviour:
Detail-Page should be shown without the image.
Actual Behaviour:
An error is thrown: App\Livewire\ProductPage::getImageProperty(): Return value must be of type Spatie\MediaLibrary\MediaCollections\Models\Media, null returned
Steps To Reproduce:
Create a product without uploading an image to the Media tab, then visit the product detail page in the frontend.