Skip to content

Commit f995486

Browse files
committed
Update RedwoodSDK and dependencies to latest versions.
1 parent d21d5af commit f995486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/content/docs/guides/optimize/react-compiler.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2222
Next, 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">

0 commit comments

Comments
 (0)