mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(): remove old hasUserDefinedComponent
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user