zxc88645
zxc88645
#pragma comment(lib, "ws2_32.lib")
The issue comes from [forms/src/Components/Tabs/Tab.php](https://github.com/filamentphp/filament/blob/v3.2.110/packages/forms/src/Components/Tabs/Tab.php) [infolists/src/Components/Tabs/Tab.php](https://github.com/filamentphp/filament/blob/v3.2.110/packages/infolists/src/Components/Tabs/Tab.php) ```php final public function __construct(string $label) { $this->label($label); $this->id(Str::slug($label)); } ``` ```php Str::slug($title, $separator = '-', $language = 'en', $dictionary = ['@' => 'at'])...