Skip to content

Commit

Permalink
updated type
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Aug 20, 2020
1 parent 4e1b3aa commit fc3ecaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-react-intl/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const getInitialProps: typeof App.getInitialProps = async appContext => {
App.getInitialProps(appContext),
]);

return {...appProps, locale, messages};
return {...(appProps as any), locale, messages};
};

MyApp.getInitialProps = getInitialProps;
Expand Down

0 comments on commit fc3ecaa

Please sign in to comment.