martinkr/next-export-i18n

TypeError: Cannot convert undefined or null to object

Closed this issue · 1 comments

Received this error while trying to implement the library, any idea?

TypeError: Cannot convert undefined or null to object

This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
pages/index.tsx (12:30) @ Home

  10 | 
  11 | const Home: NextPage = () => {
> 12 |   const { t } = useTranslation();
     |                              ^

Hi, could you resolve the error? I have the same issue.