← All recipes
Moderne licensed

Find deprecated ReactDOM APIs

Recipe IDorg.openrewrite.react.19.find-deprecated-reactdom-apisArtifact@openrewrite/recipes-react

Finds usage of deprecated or removed ReactDOM APIs (findDOMNode, unmountComponentAtNode, createFactory, renderToNodeStream) that were removed 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.find-deprecated-reactdom-apis

If the recipe isn’t available locally, install it with:

mod config recipes npm install @openrewrite/recipes-react