You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/rdk/CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# @omnidotdev/rdk
2
2
3
+
## 0.7.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#56](https://github.com/omnidotdev/rdk/pull/56)[`39954c3`](https://github.com/omnidotdev/rdk/commit/39954c39ad6e35a389ba06a16915d4ec186dead2) Thanks [@coopbri](https://github.com/coopbri)! - Add status flags to backend hooks for safe destructuring.
8
+
9
+
`useGeolocationBackend()` and `useFiducialBackend()` now return an object with `isPending` and `isSuccess` boolean flags instead of returning `null` on first render. This enables safe destructuring without null checks:
0 commit comments