emmanuelsw / notiwind

A headless Vue 3 notification library to use with Tailwind CSS.
https://notiwind-demo.netlify.app
MIT License
277 stars 28 forks source link

Notification Closes too Soon Upon Inertia.js Navigation #2

Closed coolsam726 closed 3 years ago

coolsam726 commented 3 years ago

I tried the library with Inertia.js with Laravel, and here is what is expected vs what happens upon Inertia Navigation.

Expected (This works with vue3-vt-notifications)

notifications-expected-with-inertia

Found (Issue with notiwind)

notifications-failing-with-inertiajs

emmanuelsw commented 3 years ago

Can you provide a reproduction repo? I am currently using the library in an application built with Rails + Inertia and it works perfectly.

I also tested it in a fresh Rails + Inertia application and it works well: test-notiwind-inertia

emmanuelsw commented 3 years ago

I'm closing this one due to inactivity, feel free to reopen it whenever you want!