masmerise / livewire-toaster

Beautiful toast notifications for Laravel / Livewire.
MIT License
342 stars 22 forks source link

Toast disappears when redirect to a full page component using nested component with #[Modelable] #37

Closed emaw705 closed 2 months ago

emaw705 commented 4 months ago

I am having an issue when redirect to a full page component that have a nested component on it with a #[Modelable] property.

If I remove the component, the toast is showed successfully. But if I add the component, the toast disappears after some miliseconds.

mabdullahsari commented 4 months ago

Hey @emaw705 👋

I'm afraid I'll need a minimal reproduction in order to debug what's going on. I haven't used the #[Modelable] attribute myself so far, so that would be really helpful.

Thanks!

mabdullahsari commented 2 months ago

Closing due to inactivity.