Open alokjain-lucky opened 2 months ago
The issue seems to be because of the imported 'Plugin' class in the ResizableHeight.js
file
It is currently this:
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
It should be this:
import { Plugin } from 'ckeditor5';
Reference here: https://ckeditor.com/docs/ckeditor5/latest/framework/tutorials/creating-simple-plugin-timestamp.html#creating-a-plugin
React Component for Editor
It says: ckeditor-duplicated-modules Read more: https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#error-ckeditor-duplicated-modules
Please suggest how do I fix this error?