We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.3.3
Chrome 80 / Firefox Developer Edition 70
I have created a reproduction repository here:
https://github.com/leroy/reproduce-vuex-devtools-bug
I expect to see the current state of my Vuex store.
The state won't load and this error pops up:
Uncaught TypeError: window[type] is not a constructor.
It only seems to happen when i add a vnode that is retrieved through the $slot.
The text was updated successfully, but these errors were encountered:
Can confirm, I have the same problem. I'm working on a PR.
Sorry, something went wrong.
fix: defensive checking in reviver function vuejs#1186
d4c32e4
Is there any workaround ? Or a way to display easily in the dom ?
No branches or pull requests
Version
5.3.3
Browser and OS info
Chrome 80 / Firefox Developer Edition 70
Steps to reproduce
I have created a reproduction repository here:
https://github.com/leroy/reproduce-vuex-devtools-bug
What is expected?
I expect to see the current state of my Vuex store.
What is actually happening?
The state won't load and this error pops up:
Uncaught TypeError: window[type] is not a constructor.
It only seems to happen when i add a vnode that is retrieved through the $slot.
The text was updated successfully, but these errors were encountered: