Add ckeditor plugins

check your imports, you are most likely missing { xxx } - the brackets somewhere.

I had a similar issue with:

import {CKEditor} from "@ckeditor/ckeditor5-react";
1 Like