mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(react): duplicate events being fired in ionic/react (#17321)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user