You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: react-native/services/Request/index.tsx
+2-1
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,8 @@ export class Request implements RequestInterface {
211
211
212
212
constresult=awaittask.uploadAsync()
213
213
214
-
if(result===undefined){
214
+
// NOTE: According to Expo's documentation, this should only return a value or undefined, but it has been observed to return null when the task is aborted.
0 commit comments