Skip to content

Commit

Permalink
feat(fetch-error): expose fetch-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo authored and ismay committed Nov 17, 2022
1 parent c71f6c6 commit bcb913c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export {
DataProvider,
DataQuery,
DataMutation,
FetchError,
useDataQuery,
useDataMutation,
useDataEngine,
Expand Down
2 changes: 2 additions & 0 deletions services/data/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export {
} from './react'

export { useDataEngine, useDataQuery, useDataMutation } from './react'

export { FetchError } from './engine'

0 comments on commit bcb913c

Please # to comment.