Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: @urql/next expose SSRContext (#3659)

authored by

Curtis Cummings and committed by
GitHub
b039ae58 a98f25ce

+6 -1
+5
.changeset/hungry-pandas-accept.md
··· 1 + --- 2 + '@urql/next': patch 3 + --- 4 + 5 + export SSRContext from provider
+1 -1
packages/next-urql/src/index.ts
··· 1 1 export * from 'urql'; 2 2 export { useQuery } from './useQuery'; 3 - export { UrqlProvider } from './Provider'; 3 + export { UrqlProvider, SSRContext } from './Provider';