Replies: 2 comments 3 replies
-
So I actually noticed the sample repo here is on Next 15, even though the README says 14. I've followed everything that's there to match with my project but I'm getting a Deprecation warning in both the server and browser console:
I'm not directly calling any of these hooks (useLocal or useParams) anywhere in my app so it might be some miss configuration or something. Any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually, that sample repo has bad types... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to migrate my Next.js 14 app to v15. I'm currently using Tolgee following the setup shown here: https://github.com/tolgee/next-app-intl-example
After upgrading, I'm getting errors because of the breaking changes Next 15 introduced.
Are there any docs or repos to aid with this migration?
Beta Was this translation helpful? Give feedback.
All reactions