thoth-org / Thoth.Elmish.Toast

https://thoth-org.gitbook.io/thoth-elmish-toast/
MIT License
6 stars 4 forks source link

Cannot use with Vite #32

Open alfonsogarciacaro opened 2 years ago

alfonsogarciacaro commented 2 years ago

I'm trying to convert a project to Vite but now Elmish.Toast is complaining that module is undefined, as it happened with Elmish.HMR.

We really need disposing for Elmish programs so we don't have to patch everything to support HMR ;)

MangelMaxime commented 2 years ago

Elmish v4.x is well under way, so I think I will wait for it to be released.

Instead of copy/pasting all the adaptation code from Elmish.HMR etc.