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
stack: Vue3 + vue3-json-editor 1.1.5
All works on local.
When deploying to production, a line of code is generated. toString$1=functionUncurryThis(1.toString)
toString$1=functionUncurryThis(1.toString)
And 1.toString throws error: SyntaxError: Invalid or unexpected token.
1.toString
The text was updated successfully, but these errors were encountered:
Hi, what specific version for VueJS? is Vite project or not?
Sorry, something went wrong.
No branches or pull requests
stack: Vue3 + vue3-json-editor 1.1.5
All works on local.
When deploying to production, a line of code is generated.
toString$1=functionUncurryThis(1.toString)
And
1.toString
throws error: SyntaxError: Invalid or unexpected token.The text was updated successfully, but these errors were encountered: