Señor Nikola
The user menu in the top right breaks on one page
Are you using spa()? I my case each time i had filament throw errors in console - spa() was main reason for it. As soon as i turned it off all errors were gone. (Point to note everything was working even with all errors)
10 replies
Dispatch Event on AfterStateUpdated()
Thanks mate alot! You gave me perfect direction, i passed livewire insatnce as paramter and than i created pub function in List resource whic has access to $this->dispatch() that did the trick
ContactFormResource
in ListContactForm
10 replies