facebook / lexical

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
https://lexical.dev
MIT License
17.37k stars 1.43k forks source link

fix(lexical/createEditor): avoid implicit any type #5889

Closed jason89521 closed 2 weeks ago

jason89521 commented 2 weeks ago

Why

We should avoid implicit any type because it may cause problems in the future.

What

Explicitly setup the type of the replace and replaceWithKlass when creating them.

Additional information

before

image
vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 3:56am
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 3:56am
StyleT commented 2 weeks ago

LGTM!