Regression in `Repeater` after updated from `v4.0.18`
After upgrading from v4.0.18 to v4.1.0 I have observed that I cannot delete item from Repeater, also observed that
DeleteAction does not fire ->action() when the delete button pressed. I have rolledback to v4.0.18 and the problem is solved, then I have updated to v4.0.19 and the problem is there again.
I have cleared all the caches using
You can see the regression in the video. Also not shown in the video but I have also
added to the Repeater to capture delete/add action and there is 2 ray() functions that logs the outputs but this does not called in v4.0.19 even though they are called in v4.0.18.
I tried to reproduce in a new project but unable to reproduce it. I assume it's something that is found in the project but I am unable to locate and what makes it more strange is that I can rollback to v4.0.18 and it works as intended.3 Replies
Please file issues on GitHub
GitHub
Regression in
Repeater after v4.0.19 · Issue #18008 · filamen...Package filament/filament Package Version v4.0.19 Laravel Version v12.31.1 Livewire Version v3.6.4 PHP Version PHP 8.4 Problem description After upgrading from v4.0.18 to v4.1.0 I have observed tha...