Highlights
- 3 discussions answered
Block or Report
Block or report dylanwulf
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
apollographql/react-apollo Public archive
♻️ React integration for Apollo Client -
-
vitalif/grive2 Public
Forked from Grive/grive
Google Drive client with support for new Drive REST API and partial sync
-
-
13 contributions in the last year
Contribution activity
June 2022
Created 1 commit in 1 repository
Created 1 repository
- dylanwulf/apollo-client TypeScript
Created a pull request in apollographql/apollo-client that received 13 comments
Delay execution of callback functions to fix React errors
As described in #9794, calling a setState function (or dispatching a redux action) from inside of onCompleted
will sometimes cause React errors to …
+64
−9
•
13
comments
Opened 1 other pull request in 1 repository
apollographql/apollo-client
1
merged
Reviewed 1 pull request in 1 repository
apollographql/apollo-client
1 pull request
Created an issue in apollographql/apollo-client that received 3 comments
onCompleted is called during render phase, causing React errors (reproduction provided)
Intended outcome:
There should be no React errors when using apollo client
Actual outcome:
React error is printed to the console:
Warning: Cannot u…
3
comments