From 0b20273c778da61bc8ecee1a70e1d9c3cc168bcd Mon Sep 17 00:00:00 2001 From: nkzawa Date: Sun, 4 Dec 2016 07:06:47 +0900 Subject: [PATCH] remove workaround for react-hot-loader --- lib/app.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/app.js b/lib/app.js index fac1a37f..3aee5e3a 100644 --- a/lib/app.js +++ b/lib/app.js @@ -53,11 +53,6 @@ export default class App extends Component { render () { const { Component, props } = this.state - if (typeof window === 'undefined') { - // workaround for https://github.com/gaearon/react-hot-loader/issues/283 - return - } - return