F
Filament5mo ago
jals65

Issue updating filament from 3.0.92 to 3.2.4

When update filament, it trows this error: Cannot use positional argument after named argument during unpacking vendor/livewire/livewire/src/Features/SupportLifecycleHooks/SupportLifecycleHooks.php(21) I debug and i can see that it have an array with:
$params = [
'project' => 'test',
'build' => 1003394,
0 => null
]
$params = [
'project' => 'test',
'build' => 1003394,
0 => null
]
I think this is because I have an optional param in the url.
Solution:
GitHub
Url optional parameter when update Filament from 3.0.92 to 3.2.4 · ...
Package filament/filament Package Version v3.2.4 Laravel Version v10.46.0 Livewire Version v3.4.6 PHP Version 8.2.15 Problem description When update filament from 3.0.92 to 3.2.4, it trows this err...
Jump to solution
2 Replies
jals65
jals655mo ago
I have opened an issue on github because it seems that it is a bug. I have managed to reproduce it in a clean filament-issue project
Solution
jals65
jals655mo ago
GitHub
Url optional parameter when update Filament from 3.0.92 to 3.2.4 · ...
Package filament/filament Package Version v3.2.4 Laravel Version v10.46.0 Livewire Version v3.4.6 PHP Version 8.2.15 Problem description When update filament from 3.0.92 to 3.2.4, it trows this err...