fiw with any type
This commit is contained in:
@@ -132,7 +132,7 @@ export class UmbExtensionElementAndApiInitializer<
|
||||
const { element: newComponent, api: newApi } = await createExtensionElementWithApi<
|
||||
ExtensionElementInterface,
|
||||
ExtensionApiInterface
|
||||
>(manifest, this.#defaultElement, this.#constructorArguments);
|
||||
>(manifest, this.#defaultElement, this.#constructorArguments as any);
|
||||
|
||||
if (!this._isConditionsPositive) {
|
||||
newApi?.destroy?.();
|
||||
|
||||
Reference in New Issue
Block a user