diff --git a/apps/www/content/docs/react-19.mdx b/apps/www/content/docs/react-19.mdx index 57166f7028..c7291287bd 100644 --- a/apps/www/content/docs/react-19.mdx +++ b/apps/www/content/docs/react-19.mdx @@ -24,8 +24,8 @@ To support React 19, package maintainers will need to test and update their pack ```diff /^19.0.0/ "peerDependencies": { -- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0", -+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0" +- "react": "^16.8 || ^17.0 || ^18.0", ++ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0" }, ```