eps1lon / types-react-codemod

Collection of transforms for jscodeshift related to `@types/react`
MIT License
302 stars 10 forks source link

Remove deprecated types related to mixins #361

Open eps1lon opened 4 months ago

eps1lon commented 4 months ago

ComponentSpec and Mixin are now in create-react-class. It might be easiest to fork the deprecated-prop-types-types but with create-react-class instead of prop-types as the target package.

Needs real world codebase with usage to test on.