-
Notifications
You must be signed in to change notification settings - Fork 4
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
ngx-jodit: type JoditConfig not have 'getIcon' property #32
Comments
@Velmoren do you have more information? Where does "getIcon" comes from? |
I take this param in CHANGELOG
|
@julianpoemp But |
@Velmoren I'm able to reproduce this issue. export type JoditConfig = Partial<JoditCoreConfig.Config & JoditESMConfig.Config>; As a temporary workaround convert your options to |
@julianpoemp Thank you! We will be waiting! |
@Velmoren opened an issue on Jodit repository: xdan/jodit#1157 I'm very sure that it's because of out-of-sync typings. Instead of converting to "any" you can use "IViewOptions" from jodit package. This interface contains the correct typings. |
@julianpoemp Thank you! But, IViewOptions not exported from jodit lib. |
Type JoditConfig not have 'getIcon' property
Package versions
The text was updated successfully, but these errors were encountered: