Skip to content

Commit

Permalink
Update docs/02-app/02-api-reference/04-functions/unstable_after.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
  • Loading branch information
lubieowoce and delbaoliveira committed Oct 15, 2024
1 parent d6f17a5 commit c16c38d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/02-app/02-api-reference/04-functions/unstable_after.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ export default function Layout({ children }) {
}
```

Note that `unstable_after` is not a [Dynamic API](/docs/app/building-your-application/rendering/server-components#dynamic-apis) and calling it does not cause a route to become dynamic.
If it is used within a static page, the callback will execute at build time, or whenever a page is revalidated.
> **Good to know:** `unstable_after` is not a [Dynamic API](/docs/app/building-your-application/rendering/server-components#dynamic-apis) and calling it does not cause a route to become dynamic. If it's used within a static page, the callback will execute at build time, or whenever a page is revalidated.
## Reference

Expand Down

0 comments on commit c16c38d

Please sign in to comment.