Skip to content

Commit

Permalink
Fix #412
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin committed Sep 1, 2021
1 parent 9b041f8 commit 0214f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrapper/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export type Callback<S extends Store, P> =
| PageCallback<S, P>
| AppCallback<S, P>;

declare module 'next/dist/next-server/lib/utils' {
declare module 'next' {
export interface NextPageContext<S extends Store = any> {
//<S = any, A extends Action = AnyAction>
/**
Expand Down

0 comments on commit 0214f84

Please sign in to comment.