QueryObserver: duplicate queries found warning
I am noticing this error frequently in my terminal:
I can't figure out where this is happening or which query key is "duplicated". Is there a way I can debug this more easily?
2 Replies
rival-black•10mo ago
it means you have
useQueries somewhere where you have the same queryKey multiple times in the useQueries callextended-salmonOP•10mo ago
That makes a lot of sense, thank you!