-
Notifications
You must be signed in to change notification settings - Fork 94
React 16.9 compatibility issues - Infinite Render Loop warning. #77
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
Comments
PS: there's definitely something going on here. Even after cancelling all tests, there are ongoing |
And I tried to recreate it from a new clean checkout and am having some different errors, but not the infinite loop warning. |
I happen to be on holiday as well so I won't be able to take a good look for at least another week. I did encounter some issues with the tests as 16.9 came along, but luckily upgrading all the other libs as well fixed that. I wouldn't be surprised if there is be another update which resolves this. By the way tests are failing on Travis but succeeding on CircleCI. |
Okay, then I guess it's "lets wait it out". You'll be getting reports if this affects production for anyone anyways - just wanted to report the weirdness I was encountering as soon as possible :) |
Oh, and good holidays to you! :) |
So far, I've only experienced this in the tests, but I guess this will be hitting people in the wild, too.
As I'm on holiday and not near a project using react-async I can't confirm this for production use.
Also, this is just a report, as I just don't have the time to get at the core of this right now. Sorry!
From that point on, tests are flooding with the new Infinite-Loop-Detection-Warning introduced with react 16.9 ( I patched console.error to get the stack trace ):
The text was updated successfully, but these errors were encountered: