fix(react): duplicate events being fired in ionic/react (#17321)

This commit is contained in:
Josh Thomas
2019-01-30 12:55:38 -06:00
committed by GitHub
parent c87867caef
commit a4150010a8
9 changed files with 62 additions and 33 deletions

View File

@ -1,6 +1,6 @@
import { Components } from '@ionic/core';
import { createOverlayComponent } from './createOverlayComponent';
import { Omit } from './types';
import { Omit } from '../types';
export type PopoverOptions = Omit<Components.IonPopoverAttributes, 'component' | 'componentProps'> & {
children: React.ReactNode;