Skip to content

v0.7.0

Compare
Choose a tag to compare
@thomasdashney thomasdashney released this 10 Apr 20:54
· 12 commits to master since this release
bef3d56
  • Adds useErrorBoundary option to useApiQuery
  • [BREAKING] Updates ApiProvider defaults API:
<ApiProvider defaults={{
  useApiQuery: {
    defaultFetchPolicy: 'cache-and-fetch',
    useErrorBoundary: true
  }
}}>