QuiiBz / next-international

Type-safe internationalization (i18n) for Next.js
https://next-international.vercel.app
MIT License
1.19k stars 52 forks source link

[1.2.2] Internal error: ReferenceError: use is not defined #332

Closed ApacheEx closed 6 months ago

ApacheEx commented 6 months ago

Describe the bug It looks like this PR removed use from the import, right now I get the error:


 ⨯ node_modules/next-international/dist/app/client/index.js (77:67) @ _a
 ⨯ Internal error: ReferenceError: use is not defined
    at I18nProvider (./node_modules/next-international/dist/app/client/index.js:77:72)
QuiiBz commented 6 months ago

Released in https://github.com/QuiiBz/next-international/releases/tag/1.2.3, thanks!