System Information
- Strapi Version: 3.2.5
- Operating System: MacOS 10.15.7
- Database: None
- Node Version: 10.0.0
- NPM Version: 6.0.0
- Yarn Version: 1.22.10
Hello Everybody !
I tried to replace the default wysiwyg with CKEditor, I followed every single steps with same folder/files names and tried many times this tutorial : Strapi Admin Customization - WYSIWYG replacement
But I always have this error on Strapi when I try to create a new post in the posts collections with a rich text :
Something went wrong.
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it’s defined in, or you might have mixed up default and named imports. Check the render method of Editor
.
If you want to check my codes, it is exactly the same from Strapi Admin Customization - WYSIWYG replacement . I just copy-pasted everything