File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/src/content/docs/guides/optimize Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ The React Compiler can optimize your components automatically. RedwoodSDK works
1313
1414## Install
1515
16- First, you'll need to be on the latest pre- release of RedwoodSDK:
16+ First, you'll need to be on the latest release of RedwoodSDK:
1717
1818``` bash
19- pnpm add rwsdk@pre
19+ pnpm add rwsdk@latest
2020```
2121
2222Next, install the React Compiler Babel plugin, and Vite's React plugin.
2323
2424``` bash
25- pnpm add react@canary react-dom@canary react-server-dom-webpack@canary
26- pnpm add -D babel-plugin-react-compiler@rc @vitejs/plugin-react
25+ pnpm add react@latest react-dom@latest react-server-dom-webpack@latest
26+ pnpm add -D babel-plugin-react-compiler@latest @vitejs/plugin-react@latest
2727```
2828
2929<Aside type = " tip" title = " Versions" >
You can’t perform that action at this time.
0 commit comments