vildanbina / livewire-tabs

Livewire component that provides you with a tabs that supports multiple tabs form while maintaining state.
MIT License
48 stars 10 forks source link

Hooks Not Working #5

Open humayunjavaid opened 1 week ago

humayunjavaid commented 1 week ago

Too few arguments to function App\Tabs\Lead\General::onTabIn(), 0 passed in /vendor/vildanbina/livewire-tabs/src/Concerns/HasHooks.php on line 13 and exactly 2 expected

public function onTabIn($name ,$value) { dd($name); }