-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
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
Translations in shared layouts don't work in 1.0.6, while they work in 1.0.5 #604
Comments
This was referenced May 1, 2021
@srflp it should work again on 1.0.7-canary.3 👍 |
Awesome, it works again, thanks! 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like 1.0.6 introduces some breaking changes, because some of strings in my app just stopped being translated.
This regression applies only to the translations that are in a shared layout (shared via
_app.js
).I prepared a reproduction repo: https://github.com/srflp/next-translate-bug
How does it behave?
1.0.5:
1.0.6 (useTranslation in a shared layout stopped working):
The text was updated successfully, but these errors were encountered: