This codemod automates the update of your onChange event handler function to support the new Descendant[] type and selection handling introduced in version 0.104.
Before (v0.88):
typescript
After (v0.104)
typescript
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
The easiest way to run this codemod without installing anything globally:
This codemod automates the update of your onChange event handler function to support the new Descendant[] type and selection handling introduced in version 0.104.
Before (v0.88):
typescript
After (v0.104)
typescript
Build your own codemod and share it with the community.