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();
};
} |
0 replies
|
Hi i solve this with jquery, is not the best solution in react but works |
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.
All reactions