Justin Vanderhooft

Results 44 comments of Justin Vanderhooft

I think the new support broke something, I'm seeing errors only in unit tests now. Still going over my config, but it's weird that it's _only_ during tests. ``` │...

@Kudo here you go! https://github.com/vanstinator/expo-formdata-repro Grabbed the default create-expo-app template and added a `form.ts` and `form.test.ts` file to demonstrate the error.

I'm not having problems with fetch, My app is using `FormData` directly and I'm only seeing the exception i shared when running under jest, the code itself works fine when...

Seeing similar behavior where as soon as you `await fetch` (or await something that eventually calls `fetch`) the task hangs and nothing happens until the app is foregrounded again. But...