-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 nested partials within an {{each}} #15797
Conversation
Seems related to #15791 |
Like the previous partial issues, this was introduced in ember 2.15, it works in 2.14 |
/cc @kratiahuja (failing tests in Ember for #15791). |
I believe that this fixes it: glimmerjs/glimmer-vm#730 (although we'll have to backport a similar fix to v0.25.5) |
Thank you @GavinJoyce ! |
I just pushed a commit bumping to glimmer-vm packages 0.25.5 which includes glimmerjs/glimmer-vm#732. |
🍏 |
Thank you @kratiahuja and @GavinJoyce! |
this is a similar issue to ones outlined in #15621: