pinia Cannot read properties of undefined (reading 'value') #2877
Unanswered
bbchuoo
asked this question in
Help and Questions
Replies: 2 comments
-
I referred to the content of this article, but it didn’t work: #1073 (reply in thread) |
Beta Was this translation helpful? Give feedback.
0 replies
This comment has been hidden.
This comment has been hidden.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reproduction
https://github.com/bbchuoo/demo
Steps to reproduce the bug
This is a micro-frontend example.
This demo can reproduce the issue I mentioned.
https://github.com/bbchuoo/demo
Please navigate to the child folder, run npm install, and then execute npm run preview. Please navigate to the host folder, run npm install, and then execute npm run preview. Connect to http://localhost:4174/ to see the error.
Please help take a look, thank you.
Expected behavior
The console should not have any errors.
Actual behavior
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions