-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Error parsing JavaScript expression: Expecting Unicode escape sequence \uXXXX #28699
Comments
Hey 👋 thanks for the issue ! Without a minimal reproduction, we won't be able to know what's wrong. Would you be able to scope the issue ? |
Would you be able to provide a reproduction? 🙏 More infoWhy do I need to provide a reproduction?Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making. What will happen?If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritize it based on its severity and how many people we think it might affect. If How can I create a reproduction?We have a couple of templates for starting with a minimal reproduction: 👉 https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz A public GitHub repository is also perfect. 👌 Please ensure that the reproduction is as minimal as possible. See more details in our guide. You might also find these other articles interesting and/or helpful: |
Here is the reproduction: https://stackblitz.com/edit/github-xogbeb?file=pages%2Findex.vue |
Start a new pull request in StackBlitz Codeflow. |
When will "needs reproduction" be removed? |
Curious... i do get the bug but don't see any issue within the inspector |
Here's a minimal reproduction without Nuxt: It seems to be a bug with the SSR rendering of |
Environment
Reproduction
https://stackblitz.com/edit/github-xogbeb?file=pages%2Findex.vue
Describe the bug
Hello.
When loading the website through
localhost:3000/
there is no issue.However, if I load the side through
localhost:3000/design
, I get the error message down below.Strangely enough, if I switch to the
/design
tab through the nav-bar, no error occurs.The error seems to be with the
with-buttons.vue
component.Things I have tried
How it works again
<style scoped></style>
tag, everything works againwith-buttons.vue
component from my page, everything works againThis issue seems to be quite similar, but didn't help me to resolve my error.
If any information is missing, let me know and I will provide it.
Thank you in advance
Additional context
Error Message
Logs
No response
The text was updated successfully, but these errors were encountered: