-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
show Recently Completed section on Start page
- note that this currently causes the following warning whenever a game is completed, as it causes the `GetRecentlyCompleted` query to be revaluated even though the component isn't currently visible, and mounted ``` Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function. in RecentlyCompleted (at Start.js:145) in Start (at App.js:48) ``` this is a known issue in Apollo, which as of writing is still being worked on: apollographql/apollo-client#6209
- Loading branch information
1 parent
a8fde5c
commit 6d84962
Showing
2 changed files
with
62 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters