type ModalProps does not exist? #8421
Closed
DarkstarXDD
started this conversation in
General
Replies: 1 comment 1 reply
-
Looks like it was just a mismatched name and it's too late to change it. You're using the correct type |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a reason why the type
ModalProps
does not exist?Usually there are types as
DialogTriggerProps
,DialogProps
,PopoverProps
etc. but for some reasonModalProps
does not exist when i tried to import it.ModalOverlayProps
do exist. And seems like it accepts the exact same props asModal
(defaultOpen
,isOpen
,isDismissable
etc.), so i used it. But was wondering whyModalProps
does not exist for me to import and use.Beta Was this translation helpful? Give feedback.
All reactions