We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1feded commit 982bb88Copy full SHA for 982bb88
src/index.ts
@@ -19,6 +19,7 @@ export * from "./lib/utils/useUnmountObservable"
19
export * from "./lib/utils/operators/retryBackoff"
20
export * from "./lib/utils/useLiveRef"
21
export * from "./lib/utils/isDefined"
22
+export * from "./lib/utils/arrayEqual"
23
24
// query
25
export * from "./lib/queries/react/mutations/useMutation"
0 commit comments