fastmail / Squire

The rich text editor for arbitrary HTML.
MIT License
4.75k stars 406 forks source link

Property 'append' does not exist on type 'Node'. #464

Closed the-djmaze closed 5 months ago

the-djmaze commented 5 months ago

I've tried to improve Squire for a PR, but TypeScript has a serious issue. https://github.com/microsoft/TypeScript/issues/283

Are there any plans to workaround this issue or revert back to JavaScript instead of TypeScript?

the-djmaze commented 5 months ago

Solved using cloneNode() as Element