This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
Crash on subsequent run of multiple 'concurrent' queries #69
Labels
bug 🐛
Oh no! A bug or unintentional behaviour.
I have a page where two components run a query each, say
post(postID)
andcomments(postID)
.On the fresh page load it works fine, but on navigation with react router (then there is some previous state) page crashes (on the second query) with
At first I thought it had something to do with list<->item relationship (post list and an individual post), but then I checked that it also happen on direct post->post transition.
The text was updated successfully, but these errors were encountered: