Troubleshooting Componet toJSON method, Incomplete Style Preservation When Saving Components #5977
fredrickreuben
started this conversation in
General
Replies: 1 comment
-
It appears that traits are also not being saved along with style changes in GrapeJS components. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using GrapeJS, I'm encountering an issue where the component.toJSON() method appears to correctly represent all style changes in my components. However, when I save the code or output, not all style modifications are preserved. What could be causing this discrepancy, and how can I ensure that all style changes are correctly saved and applied?
`toJSON(opts) {
}`
Beta Was this translation helpful? Give feedback.
All reactions