Skip to content

reconcilation failed due to error ReferenceError: areArgumentsShallowlyEqual is not defined #995

@balciseri

Description

@balciseri

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:

  1. node -v: v10.1.0
  2. npm -v: 6.0.1

Then, specify:

  1. Operating system: Windows 10
  2. Browser and version: Chrome Versione 66.0.3359.181

This might be related to:
#984

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions