We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⨯ ./app/components/reusables/LanguageSelector.tsx:6:1
` 4 | 5 | // Next Intl
6 | import { useRouter } from "next-intl/client"; // This useRouter is wrapped with next/navigation useRouter | ^ 7 | 8 | // ShadCn 9 | import {`
Chrome latest version on macOS Sonoma 14.5.
[First step to reproduce the issue] Clone from repo, update packages to latest versions.
[Second step to reproduce the issue] npm run dev ends up with the above error code and also in Chrome.
npm run dev
Error code as above and below in screenshot.
/client is removed from latest version. https://next-intl-docs.vercel.app/docs/usage/configuration#nextintlclientprovider
Update code to work with latest version of next-intl.
The text was updated successfully, but these errors were encountered:
Got a fix, I will raise a PR for this.
Sorry, something went wrong.
No branches or pull requests
Issue Summary
⨯ ./app/components/reusables/LanguageSelector.tsx:6:1
` 4 |
5 | // Next Intl
Environment
Chrome latest version on macOS Sonoma 14.5.
Steps to Reproduce
[First step to reproduce the issue]
Clone from repo, update packages to latest versions.
[Second step to reproduce the issue]
npm run dev
ends up with the above error code and also in Chrome.Expected Behavior
Actual Behavior
Error code as above and below in screenshot.
Screenshots/Logs
Additional Information
/client is removed from latest version. https://next-intl-docs.vercel.app/docs/usage/configuration#nextintlclientprovider
Possible Solutions
Update code to work with latest version of next-intl.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: