diff --git a/src/proxy/createClassProxy.js b/src/proxy/createClassProxy.js index dcea3aa9b..eb489bd3f 100644 --- a/src/proxy/createClassProxy.js +++ b/src/proxy/createClassProxy.js @@ -266,8 +266,8 @@ function createClassProxy(InitialComponent, proxyKey, options = {}) { ! THIS IS NOT YOUR COMPONENT ! ! THIS IS REACT-HOT-LOADER ! - And you probably looking for a function component of yours - Easy - just reconfigure your application a bit + And you are probably looking for a function component of yours + It's hidden, but there is a way to fix this - just reconfigure your application a bit see https://github.com/gaearon/react-hot-loader/issues/1311 */ diff --git a/src/webpack/webpackTagCommonJSExports.js b/src/webpack/webpackTagCommonJSExports.js index 80cc77bf9..5487425e4 100644 --- a/src/webpack/webpackTagCommonJSExports.js +++ b/src/webpack/webpackTagCommonJSExports.js @@ -1,4 +1,4 @@ -/* eslint-disable global-require, import/no-unresolved, no-var, camelcase, func-names */ +/* eslint-disable global-require, import/no-unresolved, no-var, camelcase, func-names, no-void */ /* global __FILENAME__, reactHotLoaderGlobal */ void (function register() {