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
]


I think this is because I have an optional param in the url.
Solution
GitHub
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...
Was this page helpful?