Closed phryneas closed 3 months ago
In the codesandbox we see a race condition here:
complete
is called before next
was called, so result
remains undefined
.
The question is how to best act on this:
data
We need to discuss this internally. Putting it on the agenda for our next meeting.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. For general questions, we recommend using StackOverflow or our discord server.
Hey @jerelmiller, I get the same error stack trace error in
node_modules/@apollo/client/react/hooks/useQuery.js
To reproduce the issue, go to search in the sandbox preview and press "OK" to reproduce the bug. I ran a lazy query and then quickly performed
clearStore()
in/src/components/Search.js
to simulate it.CodeSandbox
Thanks for looking into it!
Originally posted by @DerekWang98 in https://github.com/apollographql/apollo-client/issues/11846#issuecomment-2268178980