Skip to content

Commit a41f693

Browse files
committed
comment
1 parent 36eb4c5 commit a41f693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libs/extension-api/controller/base-extension-initializer.controller.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ export abstract class UmbBaseExtensionInitializer<
211211
// Check if we already have a controller for this config:
212212
const existing = this.#conditionControllers.find((controller) => controller.config === conditionConfig);
213213
if (!existing) {
214+
215+
// TODO: Be aware that we might not have a host element any longer at this moment, but I did not want to make a fix for it jet, as its a good indication to if something else is terrible wrong [NL]
214216
const conditionController = await createExtensionApi(this, conditionManifest, [
215217
{
216218
manifest: conditionManifest,

0 commit comments

Comments
 (0)