We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68a4f6 commit 4d7c892Copy full SHA for 4d7c892
1 file changed
src/data/index.ts
@@ -1,5 +1,5 @@
1
export { createAsync, createAsyncStore, type AccessorWithLatest } from "./createAsync.js";
2
export { action, useSubmission, useSubmissions, useAction, type Action } from "./action.js";
3
-export { query, revalidate, cache, type CachedFunction } from "./query.js";
+export { query, revalidate, cache, type CachedFunction, batchedQuery } from "./query.js";
4
export { redirect, reload, json } from "./response.js";
5
0 commit comments