diff --git a/core/src/utils/framework-delegate.ts b/core/src/utils/framework-delegate.ts index d209208e64..af4f24a2be 100644 --- a/core/src/utils/framework-delegate.ts +++ b/core/src/utils/framework-delegate.ts @@ -53,8 +53,6 @@ export const CoreDelegate = () => { userComponentProps: any = {}, cssClasses: string[] = [] ) => { - const hasUserDefinedComponent = userComponent !== undefined; - BaseComponent = parentElement; /** * If passing in a component via the `component` props