### Target Branch(es) 0.77 ### Link to commit or PR to be picked https://github.com/facebook/react-native/commit/789ed7d5ad75ad4c20ecd1eb19d1fc18275fc500 ### Description Sometimes iOS crashes due to a race condition between network requests and operation cancelling. This PR fixes it. See also https://github.com/facebook/react-native/pull/48350.
Target Branch(es)
0.77
Link to commit or PR to be picked
react/react-native@789ed7d
Description
Sometimes iOS crashes due to a race condition between network requests and operation cancelling.
This PR fixes it. See also react/react-native#48350.