-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
TypeError: decode_js.EntityDecoder is not a constructor #10148
Comments
It seems no error occurred in your reproduction, did you paste the wrong link? |
Maybe you can provide a minimal reproduction by |
I am also receiving the "decode_js.EntityDecoder is not a constructor" error. However in my case, I am also using Unfortunately I can't create a minimal reproduction, but my full error stack trace is:
System info:
|
Your reproduction doesn't show the error described. A proper reproduction is needed. |
Closing as stale due to lack of information to follow up on. Please open a new issue if a reproduction can be provided. |
Vue version
3.4.14
Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-5fafk2?file=package.json
Steps to reproduce
i upgrade vue.js version from 3.4.13 to 3.4.14 and then i run
yarn workspace vue3 run dev
.but
TypeError: decode_js.EntityDecoder is not a constructor
is occurred.so i downgrade vue.js version from v3.4.14 to v3.4.13, error is gone
i think vue.js v3.4.14 is something wrong
What is expected?
no errors should occur
What is actually happening?
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: