Ilia Sidorenko
Ilia Sidorenko
experiencing the same
i've ended up remounting the whole `
`express.text()` is also affected. I've got another repro in #7939
@folke no I gave up
Fixed in Bun v0.8.0! 🎉 [bun.sh/blog/bun-v0.8.0](https://bun.sh/blog/bun-v0.8.0)
Just tested the repro script on bun `v0.4.0`: ```typescript TypeError: undefined is not an object (evaluating 'this.#bodyStream.on') at node:http:198:23 POST - http://localhost:3000/ failed Error: undefined is not an object (evaluating...
Experiencing this as well on `react-native-gesture-handler` 2.15.0 and React Native 0.70
Any way to fix this without setting `FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD`? Interactive prompt is better.
I've switched back to `altool` and set `itc_provider` in the `upload_to_testflight` action and it worked for me. 🎉 **IMPORTANT**: make sure you deleted `FASTLANE_ITUNES_TRANSPORTER_USE_SHELL_SCRIPT` and `FASTLANE_ITUNES_TRANSPORTER_PATH` from *both* `Fastfile` and...
@SingothuSrinu update `org.altbeacon:android-beacon-library` in `react-native-beacons-manager/android/build.gradle` to `2.20.1`. But there are some incompatibilities with the values the new AltBeacon library version outputs. More work needed.