diff --git a/src/proxy/inject.js b/src/proxy/inject.js index e5dbbfe11..8d5d316da 100644 --- a/src/proxy/inject.js +++ b/src/proxy/inject.js @@ -147,8 +147,9 @@ function inject(target, currentGeneration, injectedMembers) { target[REGENERATE_METHOD]( key, `(function REACT_HOT_LOADER_SANDBOX () { - var _this = this; // common babel transpile + var _this = this; // common babel transpile var _this2 = this; // common babel transpile + var _this3 = this; // common babel transpile return ${injectedMembers[key]}; }).call(this)`, )