-
While adding a script to a custom component type, I follow the steps in the [documentation] (https://grapesjs.com/docs/modules/Components-js.html), and all works well. |
Beta Was this translation helpful? Give feedback.
Answered by
artf
Sep 29, 2023
Replies: 1 comment 3 replies
-
That sounds similar to this issue but not sure without a proper reproducible demo. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
looks like you're confusing the variable name with the component property name, the property key has to be
script
, it can't be whatever you want...