Skip to content

Commit dad4fd8

Browse files
Merge branch 'canary' into zt/ppr
2 parents b9cf37b + f630cb8 commit dad4fd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/02-app/02-api-reference/04-functions/revalidateTag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fetch(url, { next: { tags: [...] } });
3030

3131
## Examples
3232

33-
## Server Action
33+
### Server Action
3434

3535
```ts filename="app/actions.ts" switcher
3636
'use server'

packages/next/src/server/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ function assignDefaults(
724724
'react-use',
725725
'@material-ui/icons',
726726
'@tabler/icons-react',
727+
'mui-core',
727728
]),
728729
]
729730

0 commit comments

Comments
 (0)