Yaeger
Explore posts from serversHow to debug refreshes on submit with file uploads?
I have
FileUpload
in my form and when submitting the form it refreshes the page. When I remove the file upload from the form, everything works as expected.
Anyone have any idea on how to debug that?
Cheers8 replies
Adding `@livewire('notifications')` is not shown in the docs
I just tried to install filament notifications package but the notifications weren't showing up. I checked my other project that uses Notifications and I saw
@livewire('notifications')
in the base layout. After adding that, everything works as expected.
I don't see this in the docs mentioned. Was this supposed to work without @livewire('notifications')
? 🤔9 replies