You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pages/experiments/docs/callouts.md
+9
Original file line number
Diff line number
Diff line change
@@ -150,3 +150,12 @@ export default function BasicAlerts() {
150
150
```
151
151
152
152
:::
153
+
154
+
## Multilines
155
+
156
+
:::info
157
+
The `AppRouterCacheProvider` component is responsible for collecting the CSS generated by MUI System on the server, as Next.js is streaming chunks of the .html page to the client.
158
+
159
+
While it's not required to use the `AppRouterCacheProvider` component, it's recommended to use it to ensure that the styles are appended to the `<head>` and not rendering in the `<body>`.
160
+
See https://github.com/mui/material-ui/issues/26561#issuecomment-855286153 for why it's better.
0 commit comments