Fix; renderComponent error: 'attempted to close a tracking frame, but one was not open'#20995
Open
NullVoxPopuli wants to merge 5 commits intoemberjs:mainfrom
Open
Fix; renderComponent error: 'attempted to close a tracking frame, but one was not open'#20995NullVoxPopuli wants to merge 5 commits intoemberjs:mainfrom
NullVoxPopuli wants to merge 5 commits intoemberjs:mainfrom
Conversation
Contributor
Estimated Asset SizesDiff --- main/out.txt 2026-01-30 19:10:24.000000000 +0000
+++ pr/./pr-21730794287/out.txt 2026-02-05 22:24:50.000000000 +0000
@@ -1,34 +1,34 @@
╔═══════╤═══════════╤═══════════╗
║ │ Min │ Gzip ║
╟───────┼───────────┼───────────╢
-║ Total │ 352.26 KB │ 203.67 KB ║
+║ Total │ 352.26 KB │ 203.58 KB ║
╚═══════╧═══════════╧═══════════╝
╔══════════════════════╤═══════════╤═══════════╗
║ @ember/* │ Min │ Gzip ║
╟──────────────────────┼───────────┼───────────╢
-║ Total │ 313.87 KB │ 181.82 KB ║
+║ Total │ 313.87 KB │ 181.74 KB ║
╟──────────────────────┼───────────┼───────────╢
-║ -internals │ 36.68 KB │ 26.02 KB ║
-║ application │ 13.24 KB │ 8.03 KB ║
+║ -internals │ 36.68 KB │ 26.01 KB ║
+║ application │ 13.24 KB │ 7.94 KB ║
║ array │ 13.05 KB │ 7.54 KB ║
║ canary-features │ 304 B │ 419 B ║
-║ component │ 2.05 KB │ 1.56 KB ║
+║ component │ 2.05 KB │ 1.58 KB ║
║ controller │ 1.96 KB │ 1.45 KB ║
║ debug │ 11.73 KB │ 8.14 KB ║
║ deprecated-features │ 31 B │ 77 B ║
║ destroyable │ 561 B │ 383 B ║
║ enumerable │ 259 B │ 387 B ║
-║ helper │ 1.08 KB │ 805 B ║
+║ helper │ 1.08 KB │ 799 B ║
║ instrumentation │ 2.43 KB │ 1.78 KB ║
-║ modifier │ 1.22 KB │ 1011 B ║
+║ modifier │ 1.22 KB │ 979 B ║
║ object │ 35.98 KB │ 22.1 KB ║
║ owner │ 159 B │ 178 B ║
-║ renderer │ 630 B │ 508 B ║
-║ routing │ 59.37 KB │ 33.92 KB ║
+║ renderer │ 630 B │ 513 B ║
+║ routing │ 59.37 KB │ 33.93 KB ║
║ runloop │ 2.36 KB │ 1.5 KB ║
║ service │ 1 KB │ 858 B ║
-║ template │ 654 B │ 523 B ║
+║ template │ 654 B │ 537 B ║
║ template-compilation │ 429 B │ 366 B ║
║ template-compiler │ 123.33 KB │ 59.68 KB ║
║ template-factory │ 370 B │ 351 B ║Details
|
06aba0f to
8693073
Compare
17 tasks
8693073 to
2cf4b1c
Compare
void-mAlex
reviewed
Feb 5, 2026
| `<div id="a"></div><br>`, | ||
| `<div id="b"></div>`, | ||
| `{{render A 'a' owner}}`, | ||
| `{{render B 'b' owner}}`, |
There was a problem hiding this comment.
Suggested change
| `{{render B 'b' owner}}`, | |
| `{{render B 'b' owner}}`, | |
| `{{render B 'b'}}`, | |
| `{{render A 'a'}}`, |
what happens when you mix owner and non owner calls?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This happens when:
these 4 things are required to reproduce the error