In dev mode on vite using remix I don't get the listener cleanup functions called
In prod mode everything works fine.
However, in dev mode on vite using remix I don't get the listener cleanup functions called. HMR?
@vidjuheffex yes its most likely an issue with HMR, i will look into it when I get a chance
Evaluating libraries for SSE and saw that remix-utils have a similar issue in their implementation. Perhaps you'll find this thread helpful: https://github.com/sergiodxa/remix-utils/issues/317
This is still an issue as far as I can tell?
Does anybody have a workaround for how to deal with this? Currently it seems infeasible to develop with SSE and Remix, as any complex SSE bogs down in development.