rumack

Results 4 comments of rumack

Looks like the problem is connected to the transforms. Sorry, just seeing [this](https://github.com/janpaepke/ScrollMagic/issues/178). Would still be interested to know if there's any kind of workaround available. Thanks!

>As a workaround you could use knockout or vue version in your svelte app right now. It requires additional dependencies but works ok. I don't expect the library to have...

Same issue here on linux. In a standard form with only text inputs (some hidden) , `event.request.formData()` never resolves. Upgraded from node 18.19 to 20.11 and the problem's resolved. I...

Seems to be related to the *number* of hidden inputs in my case. Also, the formdata request doesn't hang if I don't use `enhance`. I created a repro here: https://github.com/rumack/form-action-bug...