Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the wrong i13nNode in the init created event payload #427

Merged
merged 1 commit into from Dec 15, 2021

Conversation

caa1211
Copy link
Contributor

@caa1211 caa1211 commented Sep 24, 2021

For the issue: #426

I thought the best solution is replace the code by 2.x's implementation, but I did not find any ways to get correct this._i13nNode, it looks like a cached node in createI13Node in 2.x, but because of the implementation changes, it has been put in context in 3.x.

So My PR is just passing the i13nNode from context in CoreComponent to the event payload.
If there are any better ideas, please kindly let me know, thanks a lot 馃檪

@caa1211 caa1211 changed the title Fix issue: incorrect i13nNode in the init created event Fix issue #426 Sep 24, 2021
@caa1211 caa1211 changed the title Fix issue #426 Fix the wrong i13nNode in the init created event payload Sep 24, 2021
@redonkulus
Copy link
Contributor

This will probably need to be back ported to the 2.x branch if you are using that in production.

@redonkulus redonkulus merged commit 4190fd4 into yahoo:master Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants