Skip to content

Commit 0214f84

Browse files
Fix #412
1 parent 9b041f8 commit 0214f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrapper/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export type Callback<S extends Store, P> =
275275
| PageCallback<S, P>
276276
| AppCallback<S, P>;
277277

278-
declare module 'next/dist/next-server/lib/utils' {
278+
declare module 'next' {
279279
export interface NextPageContext<S extends Store = any> {
280280
//<S = any, A extends Action = AnyAction>
281281
/**

0 commit comments

Comments
 (0)