hackerwins / codepair-old

Real-time markdown editor for interviews, meetings and more...
https://codepair-old.yorkie.dev
Apache License 2.0
90 stars 29 forks source link

Fix type error on TypeScript 4.4+ environment #206

Closed blurfx closed 2 years ago

blurfx commented 2 years ago

Description: Note) This issue came from Issue #196 and PR #201

Some DOM-related types are has changed since TypeScript 4.4 and TypeScript libdom changes (See https://github.com/yorkie-team/codepair/issues/196#issuecomment-1200537556).

Why: Some types are broken. Maybe you can stop supporting legacy browsers, or you can add a legacy types for backward compatibility.

blurfx commented 2 years ago

@gollumnima Your issue has been moved here from #196.

gollumnima commented 2 years ago

Thank you!

blurfx commented 2 years ago

Closed by #201