-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Redux editor state - console warrnings about immutable.js #617
Comments
Im getting the same warning a lot of times in the console.
I'm concerned about: "This warning will become a silent error in a future version" Any ideas how to solve it? |
Which version of immutableJS are you using, I am not able to replicate this issue. If possible can you share the repo so i can try to reproduce this. |
Sure. I'm not requiring immutableJs directly, but running
Let me know if you need something else, and thank you ;) |
Apparently, the answer is to force Yarn to use immutable 3.8.2:
|
I keep getting this:
https://stackoverflow.com/questions/48893536/iterable-length-has-been-deprecated
Not sure if it's a bug or I am doing something wrong, but I tried a bunch of things and nothing seems to help.
It's super annoying as it happens on every key press, any ideas?
The text was updated successfully, but these errors were encountered: