Jed Richards

Results 23 comments of Jed Richards

Trying to handle both sync and remote/async submit workflows via a single `onSubmit` handler, and forking the two behaviours based on the return type from that function feels like a...

That sounds great 🔥 How would that interact with the `submitSucceeded` flag? As I mentioned at the start of this issue that seems to be getting flipped when `handleSubmit` exits....

Also struggling with this. In my case I'm not sure how to apply the workaround. My worker is a tiny wrapper around a class. ``` // Worker.ts import { MyClass...