How to resolve this error? ::: TypeError: Cannot read properties of undefined (reading '_router') #12658
              
                Unanswered
              
          
                  
                    
                      sakship2204
                    
                  
                
                  asked this question in
                Help/Questions
              
            Replies: 1 comment
-
| @sakship2204 try to update your router to the latest version  | 
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.
-
I am migrating a vue 2 app to vue 3 using migration build. The application has following dependencies:
I am facing this error due to which router link:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '_router')How can I get rid of this error?
Beta Was this translation helpful? Give feedback.
All reactions