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
ModalPropsdoes not exist?Usually there are types as
DialogTriggerProps,DialogProps,PopoverPropsetc. but for some reasonModalPropsdoes not exist when i tried to import it.ModalOverlayPropsdo exist. And seems like it accepts the exact same props asModal(defaultOpen,isOpen,isDismissableetc.), so i used it. But was wondering whyModalPropsdoes not exist for me to import and use.Beta Was this translation helpful? Give feedback.
All reactions