We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b041f8 commit 0214f84Copy full SHA for 0214f84
packages/wrapper/src/index.tsx
@@ -275,7 +275,7 @@ export type Callback<S extends Store, P> =
275
| PageCallback<S, P>
276
| AppCallback<S, P>;
277
278
-declare module 'next/dist/next-server/lib/utils' {
+declare module 'next' {
279
export interface NextPageContext<S extends Store = any> {
280
//<S = any, A extends Action = AnyAction>
281
/**
0 commit comments