Skip to content

Commit 9f87530

Browse files
authored
Remove captureOwnerStack canary banner (#7701)
* Remove captureOwnerStack canary banner * Update nav and site config
1 parent 2859efa commit 9f87530

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

src/content/reference/react/captureOwnerStack.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
title: captureOwnerStack
33
---
44

5-
<Canary>
6-
7-
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).
8-
9-
</Canary>
10-
115
<Intro>
126

137
`captureOwnerStack` reads the current Owner Stack in development and returns it as a string if available.

src/sidebarReference.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
{
118118
"title": "cache",
119119
"path": "/reference/react/cache"
120+
}, {
121+
"title": "captureOwnerStack",
122+
"path": "/reference/react/captureOwnerStack"
120123
},
121124
{
122125
"title": "createContext",
@@ -147,11 +150,6 @@
147150
"title": "experimental_taintUniqueValue",
148151
"path": "/reference/react/experimental_taintUniqueValue",
149152
"version": "canary"
150-
},
151-
{
152-
"title": "captureOwnerStack",
153-
"path": "/reference/react/captureOwnerStack",
154-
"version": "canary"
155153
}
156154
]
157155
},

src/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright (c) Facebook, Inc. and its affiliates.
33
*/
44
exports.siteConfig = {
5-
version: '19',
5+
version: '19.1',
66
// --------------------------------------
77
// Translations should replace these lines:
88
languageCode: 'en',

0 commit comments

Comments
 (0)