We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8993f33 commit 161d86fCopy full SHA for 161d86f
1 file changed
packages/@ember/-internals/glimmer/lib/component-managers/curly.ts
@@ -286,12 +286,6 @@ export default class CurlyComponentManager
286
beginUntrackFrame();
287
let component = ComponentClass.create(props);
288
289
- // Set internal symbol-keyed properties directly on the instance.
290
- // These are not passed through create() because Object.keys() doesn't
291
- // enumerate Symbol properties.
292
- (component as any)[ARGS] = capturedArgs;
293
- (component as any)[HAS_BLOCK] = hasBlock;
294
-
295
let finalizer = _instrumentStart('render.component', initialRenderInstrumentDetails, component);
296
297
// We become the new parentView for downstream components, so save our
0 commit comments