From a86db02ad527d8bf06c88cd2f9947c27e3f232f2 Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Sat, 26 Mar 2022 13:39:18 +0100 Subject: [PATCH] Update docs/advanced-features/react-18/streaming.md Co-authored-by: Shu Ding --- docs/advanced-features/react-18/streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-features/react-18/streaming.md b/docs/advanced-features/react-18/streaming.md index a3d81f41ef40..0734d0983464 100644 --- a/docs/advanced-features/react-18/streaming.md +++ b/docs/advanced-features/react-18/streaming.md @@ -68,6 +68,6 @@ Currently, data fetching within `Suspense` boundaries on the server side is not #### Styling -React inline styles, Global CSS, CSS modules and Next.js built-in `styled-jsx` are supported with streaming. The Next.js team is working on the guide of integrating other CSS-in-JS solutions in streaming SSR. Stay tuned for updates. +Inline styles, Global CSS, CSS modules and Next.js built-in `styled-jsx` are supported with streaming. The Next.js team is working on the guide of integrating other CSS-in-JS solutions in streaming SSR. Stay tuned for updates. > Note: The styling code should be only placed in client components, not server components, when using React Server Components