TypeError: Cannot read properties of undefined (reading 'fetchStatus')
When i render react query dev-tools
i get
in my app.
in chrome devtools i isolated problematic query key in
at getQueryStatusColor (chunk-5TCSIIV2.js?v=c11d2474:2673:21)
and rendered this query separately i had no issues.
I couldn't figure out how to reproduce this error outside of my app. I cannot even reproduce it inside my app if i isolate queries. Sometimes i can render devtools without any issues. I tried to look into the implementation but it didn't help. Could you please help me investigate this problem?
deps
0 Replies