You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
Hi Thanks for the plugin ... even i am facing the same error...
I tried replacing the content in #ResizableHeight.js but no luck
Should we run yarn install / npm install in the custom build ? please suggest
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?
The text was updated successfully, but these errors were encountered: