We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29a243 commit 1a62f34Copy full SHA for 1a62f34
database/index.js.flow
@@ -23,6 +23,6 @@ export type ObjectValHook<T> = {
23
};
24
25
declare export function useList(query: Query): ListHook;
26
-declare export function useListVal<T>(query: Query, keyField?: string): ListHook;
+declare export function useListVal<T>(query: Query, keyField?: string): ListValHook<T>;
27
declare export function useObject(query: Query): ObjectHook;
28
declare export function useObjectVal<T>(query: Query): ObjectValHook<T>;
0 commit comments