-
Notifications
You must be signed in to change notification settings - Fork 787
React StrictMode yields warnings #2509
Comments
Normally the upgrade to |
This appears to already be addressed in the 3.0 alpha, and I'm definitely interested in breaking out these changes. I don't really see adoption of "async mode" on the roadmap, maybe somebody from the core team can comment? |
That PR/Branch seems pretty stale |
I enjoyed doing a bit of experimenting with async Apollo back when 3.0.0-alpha.0 first appeared in March (and later, 3.0.0-alpha.2). As the React team has regularly mentioned through the year, the public async API isn't finished. I recently noticed things indeed changed a bit as of 16.7.0-alpha -- if I'm not mistaken, I'm no expert but amidst these changes, the overall concepts seem to be stable (right?), community interest in this seems to remain high, and with the initial version of Suspense shipping recently, I'm curious where concurrency falls on the apollo-react roadmap. |
Please feel free to enable strict mode and submit PRs to update components. Every little bit helps. |
Is there any plans to fix this issue in the nearest future? Or maybe you have some more info about a cause of the given problem? |
The RA 3 release (coming soon) will address all warnings. Thanks! |
React Blog post about this: https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
Looks like this is only used in a few spots in the codebase (excluding test code):
Version
The text was updated successfully, but these errors were encountered: