how to render components with no props? #38
              
                
                  
                  
                    Answered
                  
                  by
                    edenian-prince
                  
              
          
                  
                    
                      edenian-prince
                    
                  
                
                  asked this question in
                Q&A
              
            -
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            edenian-prince
          
      
      
        Aug 13, 2025 
      
    
    Replies: 1 comment 1 reply
-
| oops! nevermind, i had unused variables in my svelte component and it was causing errors. I checked the console log and that seemed to not let it render Uncaught (in promise) ReferenceError: assignment to undeclared variable xScale | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        edenian-prince
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
oops! nevermind, i had unused variables in my svelte component and it was causing errors. I checked the console log and that seemed to not let it render