CCodemod

react/19/remove-legacy-context

No description available

reactmigration
Public
20 executions

Run locally

npx codemod react/19/remove-legacy-context

Removes legacy context methods childContextTypes and getChildContext from react class component.
Wraps rendered children with Context.

Example

Before

tsx

After

tsx

Ready to contribute?

Build your own codemod and share it with the community.