Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent new data re-render attempts during an existing render (#6107)
Prevent new data re-render attempts during an existing render to help avoid React 16.13.0's "Cannot update a component from inside the function body of a different component" warning (facebook/react#17099). These changes were originally implemented in apollographql/react-apollo#3930.
- Loading branch information