useQuery does not emit data to parent when useMutation happens in child
So I have this code to store a new shopping basket and then update the cached basket so any useQuery with the same key can get the updates
This is the query to get the updated basket data, problem is that it is not sending out updates even though I get the new basket from OnSuccess
1 Reply
foreign-sapphire•3y ago
probably the keys aren't matching. What do the devtools say?