Skip to content

Commit 4db59c3

Browse files
authored
Update react-compiler-rc.md
1 parent 39b9c56 commit 4db59c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/blog/2025/04/21/react-compiler-rc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ To install:
6363

6464
npm
6565
<TerminalBlock>
66-
{`npm install --save-dev eslint-plugin-react-hooks@^6.0.0-rc.1`}
66+
{`npm install --save-dev eslint-plugin-react-hooks@6.0.0-rc.1`}
6767
</TerminalBlock>
6868

6969
pnpm
7070
<TerminalBlock>
71-
{`pnpm add --save-dev eslint-plugin-react-hooks@^6.0.0-rc.1`}
71+
{`pnpm add --save-dev eslint-plugin-react-hooks@6.0.0-rc.1`}
7272
</TerminalBlock>
7373

7474
yarn
7575
<TerminalBlock>
76-
{`yarn add --dev eslint-plugin-react-hooks@^6.0.0-rc.1`}
76+
{`yarn add --dev eslint-plugin-react-hooks@6.0.0-rc.1`}
7777
</TerminalBlock>
7878

7979
```js

0 commit comments

Comments
 (0)