Skip to content

Commit c1cfee3

Browse files
authored
docs(next-config): remove mention of appIsrStatus is on canary (vercel#71695)
## Why? [`appIsrStatus`](https://nextjs.org/docs/canary/app/api-reference/next-config-js/devIndicators#appisrstatus-static-indicator) is stable now, so this note is no longer necessary.
1 parent d61d631 commit c1cfee3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/02-app/02-api-reference/05-next-config-js/devIndicators.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ description: Optimized pages include an indicator to let you know if it's being
2222

2323
## `appIsrStatus` (Static Indicator)
2424

25-
> This option is available in Next.js canary.
26-
2725
Next.js displays a static indicator in the bottom corner of the screen that signals if a route will be prerendered at build time. This makes it easier to understand whether a route is static or dynamic, and for you to identify if a route [opts out of static rendering](#static-route-not-showing-the-indicator).
2826

2927
<Image

0 commit comments

Comments
 (0)