mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Remove captureOwnerStack canary banner (#7701)
* Remove captureOwnerStack canary banner * Update nav and site config
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user