Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Was happening because next.js renders our app (ui/_app.tsx) twice, and the cache is initialized during that process. This seems to be because of next.js rewrites, and is normal behavior: vercel/next.js#33028 (comment) However, the Apollo dev tools extension doesn't work properly (shows nothing) when multiple apollo clients are created. See: apollographql/apollo-client-devtools#822 (comment)
- Loading branch information