Skip to content
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

Uncaught SyntaxError: Unterminated string in JSON at position 10024 #274

Closed
nekorrrr opened this issue Mar 11, 2024 · 4 comments · Fixed by #277
Closed

Uncaught SyntaxError: Unterminated string in JSON at position 10024 #274

nekorrrr opened this issue Mar 11, 2024 · 4 comments · Fixed by #277
Labels
bug Something isn't working

Comments

@nekorrrr
Copy link

nekorrrr commented Mar 11, 2024

I get the same error message as in the title

image

This error occurs when I focus on the input box of a deeper component

This is what I got after debugging it
image

I realized that the string in this t variable is not a legal json string
There are some strings that seem to be omitted
image

Can you give me some tips?
Thanks


OS: windows 11
Node: v20.10.0
npm: 10.2.3
pnpm:8.15.4
devtools:@last
naiveUI:@last

@major697
Copy link

Same error, like here: #273

@webfansplz
Copy link
Member

Can you provide a mini repo? thanks 🙏

@webfansplz webfansplz added the need reproduction Reproduction is needed label Mar 12, 2024
@nekorrrr
Copy link
Author

nekorrrr commented Mar 12, 2024

Can you provide a mini repo? thanks 🙏

https://github.com/nekorrrr/vue-devtools-issue-274

step1: pnpm install
step2: pnpm run dev
step3: access to「http://localhost:3333/hi/other」
step4:
image
step5:
image
step6: open Developer console
step7:
image
step8:
image

@webfansplz

@webfansplz webfansplz added bug Something isn't working and removed need reproduction Reproduction is needed labels Mar 12, 2024
@webfansplz
Copy link
Member

Fixed in v7.0.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants