Skip to content

Commit f7ee3bb

Browse files
committed
Fix Activity sandboxes
1 parent 0a803f6 commit f7ee3bb

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

src/content/reference/react/Activity.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ h1 {
167167
```json package.json hidden
168168
{
169169
"dependencies": {
170-
"react": "experimental",
171-
"react-dom": "experimental",
170+
"react": "19.2.0",
171+
"react-dom": "19.2.0",
172172
"react-scripts": "latest",
173173
"toastify-js": "1.12.0"
174174
},
@@ -291,8 +291,8 @@ h1 {
291291
```json package.json hidden
292292
{
293293
"dependencies": {
294-
"react": "experimental",
295-
"react-dom": "experimental",
294+
"react": "19.2.0",
295+
"react-dom": "19.2.0",
296296
"react-scripts": "latest",
297297
"toastify-js": "1.12.0"
298298
},
@@ -402,8 +402,8 @@ b { display: inline-block; margin-right: 10px; }
402402
```json package.json hidden
403403
{
404404
"dependencies": {
405-
"react": "experimental",
406-
"react-dom": "experimental",
405+
"react": "19.2.0",
406+
"react-dom": "19.2.0",
407407
"react-scripts": "latest",
408408
"toastify-js": "1.12.0"
409409
},
@@ -511,8 +511,8 @@ b { display: inline-block; margin-right: 10px; }
511511
```json package.json hidden
512512
{
513513
"dependencies": {
514-
"react": "experimental",
515-
"react-dom": "experimental",
514+
"react": "19.2.0",
515+
"react-dom": "19.2.0",
516516
"react-scripts": "latest",
517517
"toastify-js": "1.12.0"
518518
},
@@ -678,8 +678,8 @@ video { width: 300px; margin-top: 10px; aspect-ratio: 16/9; }
678678
```json package.json hidden
679679
{
680680
"dependencies": {
681-
"react": "experimental",
682-
"react-dom": "experimental",
681+
"react": "19.2.0",
682+
"react-dom": "19.2.0",
683683
"react-scripts": "latest",
684684
"toastify-js": "1.12.0"
685685
},
@@ -831,8 +831,8 @@ video { width: 300px; margin-top: 10px; aspect-ratio: 16/9; }
831831
```json package.json hidden
832832
{
833833
"dependencies": {
834-
"react": "experimental",
835-
"react-dom": "experimental",
834+
"react": "19.2.0",
835+
"react-dom": "19.2.0",
836836
"react-scripts": "latest",
837837
"toastify-js": "1.12.0"
838838
},
@@ -1100,8 +1100,8 @@ video { width: 300px; margin-top: 10px; aspect-ratio: 16/9; }
11001100
```json package.json hidden
11011101
{
11021102
"dependencies": {
1103-
"react": "experimental",
1104-
"react-dom": "experimental",
1103+
"react": "19.2.0",
1104+
"react-dom": "19.2.0",
11051105
"react-scripts": "latest",
11061106
"toastify-js": "1.12.0"
11071107
},
@@ -1210,8 +1210,8 @@ video { width: 300px; margin-top: 10px; aspect-ratio: 16/9; }
12101210
```json package.json hidden
12111211
{
12121212
"dependencies": {
1213-
"react": "experimental",
1214-
"react-dom": "experimental",
1213+
"react": "19.2.0",
1214+
"react-dom": "19.2.0",
12151215
"react-scripts": "latest",
12161216
"toastify-js": "1.12.0"
12171217
},
@@ -1357,8 +1357,8 @@ video { width: 300px; margin-top: 10px; aspect-ratio: 16/9; }
13571357
```json package.json hidden
13581358
{
13591359
"dependencies": {
1360-
"react": "experimental",
1361-
"react-dom": "experimental",
1360+
"react": "19.2.0",
1361+
"react-dom": "19.2.0",
13621362
"react-scripts": "latest",
13631363
"toastify-js": "1.12.0"
13641364
},

0 commit comments

Comments
 (0)