Skip to content

Releases: LovesWorking/react-native-react-query-devtools

1.3.9 removed expo

03 Dec 03:52
1d46dce
Compare
Choose a tag to compare

Removed expo dependency for copying objects. You can now pass your own copier function.

object keys display bug fix.

17 Nov 00:43
Compare
Choose a tag to compare

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

17 May 14:37
7aeb4d3
Compare
Choose a tag to compare

iOS and Android will now allow you to copy objects without throwing an error.