How to handle adding dynamic router components #1760
-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            posva
          
      
      
        Apr 21, 2023 
      
    
    Replies: 1 comment
-
| 
         You seem to be doing   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        posva
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    


You seem to be doing
() => { import(...) }instead of() => import(...)in your last example.