BorNKylleR
BorNKylleR
FFilament
Created by BorNKylleR on 2/2/2024 in #❓┊help
markdown editor
solved. it seems that spatie comments style is to blame
4 replies
FFilament
Created by BorNKylleR on 2/2/2024 in #❓┊help
markdown editor
now I have updated and it is the last version. I installed another fresh project and it works fine there
4 replies
FFilament
Created by BorNKylleR on 9/4/2023 in #❓┊help
Only arrays and Traversables can be unpacked
i use deleteAction(): Action to get around
16 replies
FFilament
Created by BorNKylleR on 9/4/2023 in #❓┊help
Only arrays and Traversables can be unpacked
@stanwarri no
16 replies
FFilament
Created by BorNKylleR on 9/4/2023 in #❓┊help
Only arrays and Traversables can be unpacked
this
use Filament\Notifications\Actions\Action;
use Filament\Notifications\Notification;
use Filament\Notifications\Actions\Action;
use Filament\Notifications\Notification;
16 replies
FFilament
Created by BorNKylleR on 9/4/2023 in #❓┊help
Only arrays and Traversables can be unpacked
So if with this ->dispatch('doDelete', ['id'=>$this->reply->id]), get error Only arrays and Traversables can be unpacked If I trade with this ->dispatch('doDelete', $this->reply->id) get this error Filament\Actions\StaticAction::dispatch(): Argument #2 ($data) must be of type Closure|array, int given I do not understand, Anyway, thanks for the answers, I'll try tomorrow after I get some sleep
16 replies
FFilament
Created by BorNKylleR on 9/4/2023 in #❓┊help
Only arrays and Traversables can be unpacked
now get this Filament\Actions\StaticAction::dispatch(): Argument #2 ($data) must be of type Closure|array, int given,
->dispatch('doDelete', $this->reply->id),
->dispatch('doDelete', $this->reply->id),
16 replies