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.