Skip to content

Commit 82d6909

Browse files
committed
Use resolved Canary version in captureOwnerStack docs
1 parent 5f09d9f commit 82d6909

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/reference/react/captureOwnerStack.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ createRoot(document.createElement('div'), {
129129
```json package.json hidden
130130
{
131131
"dependencies": {
132-
"react": "canary",
133-
"react-dom": "canary",
132+
"react": "19.1.0-canary-ebc22ef7-20250225",
133+
"react-dom": "19.1.0-canary-ebc22ef7-20250225",
134134
"react-scripts": "latest"
135135
},
136136
"scripts": {
@@ -360,8 +360,8 @@ createRoot(container).render(<App />);
360360
```json package.json hidden
361361
{
362362
"dependencies": {
363-
"react": "canary",
364-
"react-dom": "canary",
363+
"react": "19.1.0-canary-ebc22ef7-20250225",
364+
"react-dom": "19.1.0-canary-ebc22ef7-20250225",
365365
"react-scripts": "latest"
366366
},
367367
"scripts": {
@@ -420,8 +420,8 @@ export default function App() {
420420
```json package.json hidden
421421
{
422422
"dependencies": {
423-
"react": "canary",
424-
"react-dom": "canary",
423+
"react": "19.1.0-canary-ebc22ef7-20250225",
424+
"react-dom": "19.1.0-canary-ebc22ef7-20250225",
425425
"react-scripts": "latest"
426426
},
427427
"scripts": {

0 commit comments

Comments
 (0)