Hello, I have include your component in my vaadin14 app, but I go error as bellow: ResizeObserver loop limit exceeded and thousand of <div class="v-system-error"></div> are generated. Then, the browser is not response.
I used this code:
VaadinCKEditor editor2 = new VaadinCKEditorBuilder().with(builder->{
builder.editorType=EditorType.INLINE;
builder.editorData="Inline";
}).createVaadinCKEditor();