TypeError: Cannot read properties of undefined (reading '__asyncLoader') in VueJS #7332
Unanswered
talhameer
asked this question in
Help/Questions
Replies: 2 comments 4 replies
-
Could you please provide a minimal reproduction? |
Beta Was this translation helpful? Give feedback.
4 replies
-
In my case, this issue was caused because of the absence of
Also, when using Hope this helps to others! |
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'm implementing a store using reactive API to implement minimal state management.
Here is the code for my store
Code from Vue template
When I remove the last remaining item from the cart it shows the following error in the console which says "TypeError: Cannot read properties of undefined (reading '__asyncLoader')" and in the error stack the origin of the error is
removeFromCart()
and the app stops workingPlease help me to fix this issue... Thank you so much for your attention and participation in advance.
Beta Was this translation helpful? Give feedback.
All reactions