We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b9c56 commit 4db59c3Copy full SHA for 4db59c3
src/content/blog/2025/04/21/react-compiler-rc.md
@@ -63,17 +63,17 @@ To install:
63
64
npm
65
<TerminalBlock>
66
-{`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`}
67
</TerminalBlock>
68
69
pnpm
70
71
-{`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`}
72
73
74
yarn
75
76
-{`yarn add --dev eslint-plugin-react-hooks@^6.0.0-rc.1`}
+{`yarn add --dev eslint-plugin-react-hooks@6.0.0-rc.1`}
77
78
79
```js
0 commit comments