Hello, I have include your component in my vaadin14 app, but I go error as

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();

It might because you run it in development mode, try it in [production mode]
(https://vaadin.com/docs/flow/production/tutorial-production-mode-basic.html).

Yes, thanks. I will try it.

Did it work? Or did you found an other solution?