From a43ea761f54c8535a74e5450af07795a4aeb18b0 Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Fri, 12 Oct 2018 14:04:18 +0100 Subject: [PATCH] Missing bind --- src/components/App/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/App/index.tsx b/src/components/App/index.tsx index 6599ae37..ce990fe9 100644 --- a/src/components/App/index.tsx +++ b/src/components/App/index.tsx @@ -258,6 +258,7 @@ export default class App extends Component { }); } + @bind async updateFile(file: File) { this.setState({ loading: true }); try {