-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reconcilation failed due to error ReferenceError: areArgumentsShallowlyEqual is not defined #995
Comments
This is more about #978 Could you please provide the your code, as long reselect usually used in a component constructor. |
clone https://github.com/balciseri/RHL-bug Console output:
|
Yeah, "class properties" are created inside constructor. So this supposed to fail. |
Thanks for the fast answers. I tought the same after reading #978. |
@balciseri - initialize in componentWillMount. Not 16.3 very compatible, but will temporary fix the problem. |
Great!
to
|
I can confirm this fixed my reselect issues. |
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:
react-hot-loader@4.2.0
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
The text was updated successfully, but these errors were encountered: