Skip to content

Commit

Permalink
Update src/content/blog/2022/03/08/react-18-upgrade-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucohny authored Jul 14, 2023
1 parent 94752b5 commit 456ab3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/2022/03/08/react-18-upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const root = hydrateRoot(container, <App tab="home" />);
* `renderToReadableStream`: **新增 ✨**

下面的 API 会继续工作,但是对于 Suspense 支持是有限的:
* `renderToString`: **有限制** ⚠️
* `renderToString`**有限制** ⚠️
* `renderToStaticMarkup`: **有限制** ⚠️

最后这个 API 会继续用于渲染电子邮件:
Expand Down

0 comments on commit 456ab3f

Please sign in to comment.