Skip to content

Commit ac47e52

Browse files
authored
Update upgrade instructions for React Server Components (Waku section) (reactjs#8176)
1 parent 0828d50 commit ac47e52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/content/blog/2025/12/03/critical-security-vulnerability-in-react-server-components.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@ See [Redwood docs](https://docs.rwsdk.com/migrating/) for more migration instruc
123123
Upgrade to the latest `react-server-dom-webpack`:
124124

125125
```bash
126-
npm install react@latest react-dom@latest react-server-dom-webpack@latest
126+
npm install react@latest react-dom@latest react-server-dom-webpack@latest waku@latest
127127
```
128128

129+
See [Waku announcement](https://github.com/wakujs/waku/discussions/1823) for more migration instructions.
130+
129131
### `@vitejs/plugin-rsc` {/*vitejs-plugin-rsc*/}
130132

131133
Upgrade to the latest RSC plugin:
@@ -167,4 +169,4 @@ npm install react@latest react-dom@latest react-server-dom-webpack@latest
167169

168170
## Attribution {/*attribution*/}
169171

170-
Thank you to [Lachlan Davidson](https://github.com/lachlan2k) for discovering, reporting, and working to help fix this vulnerability.
172+
Thank you to [Lachlan Davidson](https://github.com/lachlan2k) for discovering, reporting, and working to help fix this vulnerability.

0 commit comments

Comments
 (0)