-
Notifications
You must be signed in to change notification settings - Fork 26.1k
fix(core): take skip hydration flag into account while hydrating i18n blocks #57299
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
Conversation
… blocks This commit updates serialization and hydration i18n logic to take into account situations when i18n blocks are located within "skip hydration" blocks. Resolves angular#57105.
44d21b9
to
d0a736e
Compare
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.
LGTM
This PR was merged into the repository by commit 45212c7. The changes were merged into the following branches: main, 18.1.x, 18.2.x |
… blocks (angular#57299) This commit updates serialization and hydration i18n logic to take into account situations when i18n blocks are located within "skip hydration" blocks. Resolves angular#57105. PR Close angular#57299
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
… blocks (angular#57299) This commit updates serialization and hydration i18n logic to take into account situations when i18n blocks are located within "skip hydration" blocks. Resolves angular#57105. PR Close angular#57299
This commit updates serialization and hydration i18n logic to take into account situations when i18n blocks are located within "skip hydration" blocks.
Resolves #57105.
PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?