GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.36k stars 4.05k forks source link

Error in integrating GrapesJs-plugin-ckeditor inside ReactJs #1769

Closed hemanthmc closed 5 years ago

hemanthmc commented 5 years ago

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: '

Hello world!
', 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 ckeditorerror

Please help me to fix this error

artf commented 5 years ago

https://github.com/artf/grapesjs/issues/1764#issuecomment-460853741

lock[bot] commented 4 years ago

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.