The CommentsAction slide-over wraps content in a Filament action form. Nested <form> elements inside the comments Livewire templates caused the browser to submit the outer action form instead, closing the slide-over without storing the comment. Replace <form wire:submit> with <div> and type="submit" buttons with type="button" wire:click for all three forms (comment, edit, reply).