mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): remove old hasUserDefinedComponent
This commit is contained in:
@ -53,8 +53,6 @@ export const CoreDelegate = () => {
|
|||||||
userComponentProps: any = {},
|
userComponentProps: any = {},
|
||||||
cssClasses: string[] = []
|
cssClasses: string[] = []
|
||||||
) => {
|
) => {
|
||||||
const hasUserDefinedComponent = userComponent !== undefined;
|
|
||||||
|
|
||||||
BaseComponent = parentElement;
|
BaseComponent = parentElement;
|
||||||
/**
|
/**
|
||||||
* If passing in a component via the `component` props
|
* If passing in a component via the `component` props
|
||||||
|
Reference in New Issue
Block a user