Description
Hot reloading fails for files using reselect.
Removing all calls to reselect function fixes the issue for that file.
Expected behavior
React hot loader normal behavior
Actual behavior
react-hot-loader.development.js:159 React-hot-loader: reconcilation failed due to error ReferenceError: areArgumentsShallowlyEqual is not defined
at ProxyComponent.eval [as totalScoreSelector] (eval at __reactstandin__regenerateByEval (IdolsApp.jsx:298), <anonymous>:9:5)
at ProxyComponent.render (IdolsApp.jsx:233)
at ProxyComponent.hotComponentRender (react-hot-loader.development.js:608)
at render (react-hot-loader.development.js:1112)
at hotReplacementRender (react-hot-loader.development.js:1241)
at next (react-hot-loader.development.js:1259)
at react-hot-loader.development.js:1323
at Array.forEach (<anonymous>)
at hotReplacementRender (react-hot-loader.development.js:1246)
at next (react-hot-loader.development.js:1259)
Environment
React Hot Loader version:
[email protected]
Run these commands in the project folder and fill in their results:
node -v: v10.1.0
npm -v: 6.0.1
Then, specify:
- Operating system: Windows 10
- Browser and version: Chrome Versione 66.0.3359.181
This might be related to:
#984
Description
Hot reloading fails for files using reselect.
Removing all calls to reselect function fixes the issue for that file.
Expected behavior
React hot loader normal behavior
Actual behavior
Environment
React Hot Loader version:
[email protected]
Run these commands in the project folder and fill in their results:
node -v: v10.1.0npm -v: 6.0.1Then, specify:
This might be related to:
#984