Remove propTypes assignments
Recipe ID
org.openrewrite.react.19.remove-prop-typesArtifact@openrewrite/recipes-reactRemoves Component.propTypes = {...} assignments. PropTypes are silently ignored in React 19.
Single recipeProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe org.openrewrite.react.19.remove-prop-typesIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-react