Skip to content

Commit

Permalink
Merge branch 'invertase:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht authored Jan 15, 2025
2 parents 7ec6f9d + 5e6e46a commit 65e7b8f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/react-example/src/app/rsc/data-connect/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Movies } from "@/examples/data-connect";
import { listMoviesRef } from "@dataconnect/default-connector";
import { DataConnectQueryClient } from "@tanstack-query-firebase/react";
import { DataConnectQueryClient } from "@tanstack-query-firebase/react/data-connect";
import { HydrationBoundary, dehydrate } from "@tanstack/react-query";

import "@/firebase";
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack-query-firebase/react",
"version": "1.0.4",
"version": "1.0.5",
"description": "TanStack Query bindings for Firebase and React",
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/data-connect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export {
useDataConnectMutation,
type useDataConnectMutationOptions,
} from "./useDataConnectMutation";
export type { FlattenedQueryResult, FlattenedMutationResult } from "./types";
1 change: 0 additions & 1 deletion packages/react/src/data-connect/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { QueryKey } from "@tanstack/react-query";
import type { MutationResult, QueryResult } from "firebase/data-connect";

// Flattens a QueryResult data down into a single object.
Expand Down

0 comments on commit 65e7b8f

Please sign in to comment.