From 121cd2c11d7d8f07ce548aae3fce157bee27af60 Mon Sep 17 00:00:00 2001 From: Evan Sharp Date: Sat, 3 Feb 2018 09:26:03 -0500 Subject: [PATCH] fix: uppy-react upload loop --- packages/uppy-react/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uppy-react/index.js b/packages/uppy-react/index.js index 9cadcbd64..bfeacb1ed 100644 --- a/packages/uppy-react/index.js +++ b/packages/uppy-react/index.js @@ -24,7 +24,7 @@ class AvUppy extends Component { this.uppy.run(); - this.uppy.rawUpload = this.upload; + this.uppy.rawUpload = this.uppy.upload; this.uppy.upload = this.upload; this.uppy.validate = this.validate;