Property type not supported in Livewire for property: [null]
got error when trying to upload image Property type not supported in Livewire for property: [null]
FileUpload::make('image')
->hiddenLabel()
->disk('public')
->directory('images')
->preserveFilenames()
->maxSize(4096)
->openable()
->imageEditor()
->acceptedFileTypes(['image/*'])
->required(false),
FileUpload::make('image')
->hiddenLabel()
->disk('public')
->directory('images')
->preserveFilenames()
->maxSize(4096)
->openable()
->imageEditor()
->acceptedFileTypes(['image/*'])
->required(false),