mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
test(react): update test for inline modal
This commit is contained in:
@ -51,7 +51,7 @@ const ModalComponent: React.FC = () => {
|
||||
<MyContext.Provider value={{ value: 'overriden value' }}>
|
||||
<IonPage>
|
||||
<IonContent fullscreen>
|
||||
<IonModal isOpen={show} cssClass="my-class" onDidDismiss={() => setShow(false)}>
|
||||
<IonModal isOpen={show} className="my-class" onDidDismiss={() => setShow(false)}>
|
||||
<Body
|
||||
count={count}
|
||||
onDismiss={() => setShow(false)}
|
||||
|
Reference in New Issue
Block a user