Remove ReactDOM.render callback argument
Recipe ID
org.openrewrite.react.18.replace-render-callbackArtifact@openrewrite/recipes-reactRemoves the third callback argument from ReactDOM.render(element, container, callback) calls. Callbacks are not supported in React 18's createRoot API.
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.18.replace-render-callbackIf the recipe isn’t available locally, install it with:
mod config recipes npm install @openrewrite/recipes-react