Skip to content

Commit

Permalink
chore: @urql/next expose SSRContext
Browse files Browse the repository at this point in the history
  • Loading branch information
ccummings committed Aug 26, 2024
1 parent 76ef485 commit e277220
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hungry-pandas-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@urql/next': patch
---

export SSRContext from provider
2 changes: 1 addition & 1 deletion packages/next-urql/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from 'urql';
export { useQuery } from './useQuery';
export { UrqlProvider } from './Provider';
export { UrqlProvider, SSRContext } from './Provider';

0 comments on commit e277220

Please sign in to comment.