Error in integrating GrapesJs-plugin-ckeditor inside ReactJs
Question
I am integrating GrapesJs in react application. I am using npm packages
"ckeditor": "^4.11.2", "grapesjs-plugin-ckeditor": "0.0.9"
`import React from 'react';
import { connect } from "react-redux";
import GrapesJS from 'grapesjs';
import CKEDITOR from 'ckeditor';
import gjsCkEditor from 'grapesjs-plugin-ckeditor';
class gEditor extends React.Component {
.
.
.
var editor = GrapesJS.init({
fromElement: true,
autorender: false,
container: `#${containerId}`,
components: '<div className="txt-red">Hello world!</div>',
assetManager: {},,
plugins: ['grapesjs-plugin-ckeditor'],
storageManager,
blockManager
});
}
`
but i didn't able to get the CKEDITOR toolbar. i am getting the console error as shown in attached screenshot

Please help me to fix this errorAnswers (2)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1364
[Bug]: Error on multiple instances of grapesjs
Hello, I use Grapesjs in my reactJS application. I have a react component which is an instance of Grapesjs. So I can add this component in...
Issue #1915
grapesjs strips entities (mostly inserted by CKEditor)
Hi @artf , We have just noticed that, if you import this code into grapesjs: <label class="c3100 c3152 c3212" style="box-sizing: border-box...
Issue #2044
Npm start to develop on local server didn't work
Did the procedure to start the local server using dev branch as described on README, it worked on the console, but fails on chrome and the...
Issue #2003
[Question] How to select a specific element nested inside a template
My test case: https://codepen.io/jogai/pen/QRjKyN?editors=1111 I want to select the middle column so I thought I can use selectorManager.ge...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.