forge42dev / remix-toast

Server side implementation of toast notifications in Remix
MIT License
190 stars 11 forks source link

Toast messages not being cleared when using custom session #24

Closed michelmattos closed 3 months ago

michelmattos commented 3 months ago

When using custom session, the toast message is not getting cleared from the right session, causing the toast to be shown again if the page is refreshed.

Here is a repo with a reproducible example: https://github.com/michelmattos/remix-toast-with-custom-session

Instructions:

What to expect?

What is happening?