Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 7326f6b

Browse files
committed
fix: delete custom element from $au in order to upgrade to Au2.Beta.24
1 parent 9a17a3b commit 7326f6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aurelia-slickgrid/src/services/aureliaUtil.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export class AureliaUtilService {
1515
const parentBindable = bindableData?.parent ? 'parent.bind="bindableData.parent"' : '';
1616

1717
targetElement.innerHTML = `<${def.name} model.bind="bindableData.model" ${addonBindable} ${gridBindable} ${dataViewBindable} ${parentBindable}></${def.name}>`.trim();
18+
delete (targetElement as any)['$au']?.['au:resource:custom-element'];
1819

1920
return await this.au.enhance({
2021
host: targetElement,

0 commit comments

Comments
 (0)