diff --git a/docs/01-app/03-building-your-application/05-styling/04-css-in-js.mdx b/docs/01-app/03-building-your-application/05-styling/04-css-in-js.mdx index 29d106c9489ac..4351313b4a1c2 100644 --- a/docs/01-app/03-building-your-application/05-styling/04-css-in-js.mdx +++ b/docs/01-app/03-building-your-application/05-styling/04-css-in-js.mdx @@ -7,9 +7,7 @@ description: Use CSS-in-JS libraries with Next.js -> **Warning:** CSS-in-JS libraries which require runtime JavaScript are not currently supported in Server Components. Using CSS-in-JS with newer React features like Server Components and Streaming requires library authors to support the latest version of React, including [concurrent rendering](https://react.dev/blog/2022/03/29/react-v18#what-is-concurrent-react). -> -> We're working with the React team on upstream APIs to handle CSS and JavaScript assets with support for React Server Components and streaming architecture. +> **Warning:** Using CSS-in-JS with newer React features like Server Components and Streaming requires library authors to support the latest version of React, including [concurrent rendering](https://react.dev/blog/2022/03/29/react-v18#what-is-concurrent-react). The following libraries are supported in Client Components in the `app` directory (alphabetical):