-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
fix(directive): prevent infinite update for missing translation #1282
base: master
Are you sure you want to change the base?
Conversation
Fixes #1281 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should work. I tested it locally and it stopped the endless loop.
This solve major performance issues we have, since we use Gettext approach and our english key are the same has our translation, the missing translation was triggered causing this infinit render. |
Hi! Is there any specific reason this hasn't been merged yet? |
We used patch-package to fix this issue on our side, until this PR get merge.
Enjoy English to English and missing translation without redraw. |
No description provided.