You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v4.5 is introducing [ERROR] TS2300: Duplicate identifier 'LineHeight' error in index.d.ts. LineHeight was alredy declared as an interface in this file.
The text was updated successfully, but these errors were encountered:
i noticed this error too while i was testing out Froala v4.5.0 for a project. i noticed that LineHeight is not being duplicately defined anywhere in the node_modules .ts files for our project, nor within the project itself, but still breaks the build of our project, so we have to settle with 4.4.0 for now, which is the version listed right before 4.5: https://froala.com/wysiwyg-editor/changelog/
v4.5
is introducing[ERROR] TS2300: Duplicate identifier 'LineHeight'
error inindex.d.ts
. LineHeight was alredy declared as an interface in this file.The text was updated successfully, but these errors were encountered: