I don't like React much either, only use it when I need to.
I don't like React much either, only use it when I need to.

sourceResponse.body no such issues occur, so i assume tis something with the pipe?
sourceResponse.body const { readable, writable } = new TransformStream();
// Start pumping the body. NOTE: No await!
sourceResponse.body.pipeTo(writable, {preventClose: true});
return new Response(readable, {....})