Remove captureOwnerStack canary banner (#7701)

* Remove captureOwnerStack canary banner

* Update nav and site config
This commit is contained in:
Jack Pope
2025-03-31 12:36:35 -04:00
committed by GitHub
parent 2859efa073
commit 9f87530c0e
3 changed files with 4 additions and 12 deletions

View File

@@ -2,12 +2,6 @@
title: captureOwnerStack
---
<Canary>
The `captureOwnerStack` API is currently only available in React's Canary and experimental channels. Learn more about [React's release channels here](/community/versioning-policy#all-release-channels).
</Canary>
<Intro>
`captureOwnerStack` reads the current Owner Stack in development and returns it as a string if available.

View File

@@ -117,6 +117,9 @@
{
"title": "cache",
"path": "/reference/react/cache"
}, {
"title": "captureOwnerStack",
"path": "/reference/react/captureOwnerStack"
},
{
"title": "createContext",
@@ -147,11 +150,6 @@
"title": "experimental_taintUniqueValue",
"path": "/reference/react/experimental_taintUniqueValue",
"version": "canary"
},
{
"title": "captureOwnerStack",
"path": "/reference/react/captureOwnerStack",
"version": "canary"
}
]
},

View File

@@ -2,7 +2,7 @@
* Copyright (c) Facebook, Inc. and its affiliates.
*/
exports.siteConfig = {
version: '19',
version: '19.1',
// --------------------------------------
// Translations should replace these lines:
languageCode: 'en',