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 e9bc60c commit b19989aCopy full SHA for b19989a
1 file changed
addon/src/-internal/build-registry.ts
@@ -3,7 +3,6 @@ import ApplicationInstance from '@ember/application/instance';
3
import Application from '@ember/application';
4
import EmberObject from '@ember/object';
5
import { Registry } from '@ember/-internals/container';
6
-import { ComponentLookup } from '@ember/-internals/views';
7
8
import type { FullName } from '@ember/owner';
9
@@ -97,9 +96,6 @@ export default function buildRegistry(resolver: Resolver) {
97
96
98
// @ts-ignore: this is private API.
99
const fallbackRegistry = Application.buildRegistry(namespace);
100
- // TODO: only do this on Ember < 3.13
101
- // @ts-ignore: this is private API.
102
- fallbackRegistry.register('component-lookup:main', ComponentLookup);
103
104
const registry = new Registry({
105
fallback: fallbackRegistry,
0 commit comments