SUPPORT-9363: fix v1
This commit is contained in:
parent
b1b39a2be6
commit
d9cd2b26f7
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export type ChildEventType =
|
|||
|
||||
export type ParentEventType = 'navigate';
|
||||
|
||||
export function fireMfeEventToContainer(eventType: ChildEventType, eventData: any): any {
|
||||
export function fireMfeEventToContainer(eventType: ChildEventType, eventData: any) {
|
||||
if (typeof childEventHandlerFromContainer === 'function') {
|
||||
return childEventHandlerFromContainer(eventType, eventData);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue