-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
BUG: Uncaught SyntaxError: Unexpected token '{' at CanvasView.ts:590:12 #5352
Comments
that's interesting: defining a separate function
and defining the component type as described in the docs
works as designed. But it still sounds strange, that an inline function produces a syntax error in the exported HTML... |
@rozek good catch, will fix for the next release |
This was referenced May 24, 2024
This was referenced Aug 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GrapesJS version
What browser are you using?
Version 1.56.20 Chromium: 115.0.5790.171 (Offizieller Build) (arm64)
Reproducible demo link
none
Describe the bug
I have a component type with a script
When previewing a project using a component of this type, GrapesJS creates the following HTML
If you inspect this output carefully, you will see that the inner
script () {
is not properly closed.I've already tried to find some workarounds but did not succeed yet. But I will try further as this problem turns out to be a blocker...
Code of Conduct
The text was updated successfully, but these errors were encountered: