Skip to content

Commit

Permalink
And o rq too
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Dec 28, 2024
1 parent aba3e8b commit ba70337
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/query-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ export type {
HydrateOptions,
} from './hydration'
export type { QueriesObserverOptions } from './queriesObserver'
//
5 changes: 5 additions & 0 deletions packages/react-query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

// Re-export core
export * from '@tanstack/query-core'
export type {
dataTagSymbol,
dataTagErrorSymbol,
unsetMarker,
} from '@tanstack/query-core'

// React Query
export * from './types'
Expand Down

0 comments on commit ba70337

Please sign in to comment.