From dc46e6bfbc5fbba20ca41e4135fbd4fb11a31752 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 27 May 2024 11:06:43 +0200 Subject: [PATCH] add todo --- .../src/packages/core/section/section-default.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts index c27fdd5cb0..f9786072cc 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/section/section-default.element.ts @@ -90,6 +90,7 @@ export class UmbSectionDefaultElement extends UmbLitElement implements UmbSectio api?.getPath?.() || extensionController.manifest.meta?.path || aliasToPath(extensionController.manifest.alias), + // TODO: look into removing the "as PageComponent" type hack component: extensionController.manifest.element as PageComponent, setup: (element: PageComponent, info: IRoutingInfo) => { api?.setup?.(element, info);