From 4db59c372d9dd4669e5f14f38907122b1e71dd28 Mon Sep 17 00:00:00 2001 From: lauren Date: Tue, 22 Apr 2025 20:43:49 -0400 Subject: [PATCH] Update react-compiler-rc.md --- src/content/blog/2025/04/21/react-compiler-rc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/blog/2025/04/21/react-compiler-rc.md b/src/content/blog/2025/04/21/react-compiler-rc.md index 6f6bcf3d982..141a63698ac 100644 --- a/src/content/blog/2025/04/21/react-compiler-rc.md +++ b/src/content/blog/2025/04/21/react-compiler-rc.md @@ -63,17 +63,17 @@ To install: npm -{`npm install --save-dev eslint-plugin-react-hooks@^6.0.0-rc.1`} +{`npm install --save-dev eslint-plugin-react-hooks@6.0.0-rc.1`} pnpm -{`pnpm add --save-dev eslint-plugin-react-hooks@^6.0.0-rc.1`} +{`pnpm add --save-dev eslint-plugin-react-hooks@6.0.0-rc.1`} yarn -{`yarn add --dev eslint-plugin-react-hooks@^6.0.0-rc.1`} +{`yarn add --dev eslint-plugin-react-hooks@6.0.0-rc.1`} ```js