bezhanSalleh / filament-language-switch

A versatile and user-friendly plugin designed for Filament Panels.
MIT License
226 stars 44 forks source link

Updating from version 2 to 3, install issues #71

Closed terjelundemotangen closed 10 months ago

terjelundemotangen commented 10 months ago

Updating from version 2 to 3.

I get this result: Filament\Support\Components\ComponentManager::configure(): Argument #1 ($component) must be of type Filament\Support\Components\Component, BezhanSalleh\FilamentLanguageSwitch\LanguageSwitch given

"filament/filament": "^3.0-stable", Laravel 10.40

Is there anything I can do to fix this?

Saifallak commented 10 months ago

+1

bezhanSalleh commented 10 months ago

The issue is due to a change in the latest filament release itself, you can lock your filament versions to 3.1.37 for time being and a fix will be released soon.