Replies: 2 comments
-
It's probably because you are using React Strict Mode which causes
You can disable strict mode or destroy the GrapesJS editor in useEffect(() => {
const editor = grapesjs.init(...);
return () => {
editor.destroy();
};
} |
Beta Was this translation helpful? Give feedback.
-
Hi i solve this with jquery, is not the best solution in react but works |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions