Releases: LovesWorking/react-native-react-query-devtools
Releases · LovesWorking/react-native-react-query-devtools
1.3.9 removed expo
Removed expo dependency for copying objects. You can now pass your own copier function.
object keys display bug fix.
v1.3.2
Bug Fixes
- Fixed object value display in query keys - Keys containing objects now show their actual values instead of
[object Object]
Details
Previously, when query keys contained objects, they were displayed as [object Object]
in the DevTools interface. This update improves debugging visibility by properly displaying the object values.
iOS and Android copy fix
iOS and Android will now allow you to copy objects without throwing an error.