How can I type fallthrough attributes without exporting child component's props type? #5560
              
                Unanswered
              
          
                  
                    
                      FragsterAt
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         This is a vue core issue. Vue's built-in resolve is unable to solve complex typescript types, like ComponentProps Either ask quasar to export prop types or try https://github.com/so1ve/vue.ts/blob/main/packages/complex-types  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    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.
Uh oh!
There was an error while loading. Please reload this page.
-
I use https://quasar.dev/ and try to pass props to parent component like this:
Intellisense in VS code works fine, but when I try to build an app I have the following error:
Beta Was this translation helpful? Give feedback.
All reactions