-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TS2411: Property '[FONT_SIZE]' of type 'FontSizeCommand' is not assignable to 'string' index type 'Command' #404
Comments
Hi! Could you provide more details about your setup? I checked quickly that the online builder folder next to the Angular's |
Hi @Witoso Which information do you need? We use custom CkEditor build and the following dependencies now:
|
What do you mean by build here? Is it a build command run in the |
No, it's our application build: ng build. |
I don't see the |
Not sure. I'm not an expert in CKEditor |
I cannot reproduce this error. Tried on StackBlitz, and everything works. Unfortunately, without understanding of how your project is set up, it will be difficult to debug this. |
Same issue here, not only with
I think the problem is not specific to CKEditor v41.0.0 but to Angular 17.1 |
We cannot reproduce with v16 and v17, could you provide some minimal samples? |
I had similar issue after updating to angular 17.1.3, adding |
Hi
We have Angular project with Ckeditor 5 dependency. Everything was working fine if we used the following versions:
Once we upgraded "@ckeditor/ckeditor5-core" (and related Ckeditor dependencies) to 41.0.0 we got multiple errors during build, for example:
Angular: 17.1.0.
The text was updated successfully, but these errors were encountered: