File tree 9 files changed +609
-606
lines changed
src/app/playground/_demos/throttling
9 files changed +609
-606
lines changed Original file line number Diff line number Diff line change 47
47
"next" : " 15.0.3" ,
48
48
"nuqs" : " workspace:*" ,
49
49
"pretty-bytes" : " ^6.1.1" ,
50
- "react" : " catalog:react19rc " ,
51
- "react-dom" : " catalog:react19rc " ,
50
+ "react" : " catalog:react19 " ,
51
+ "react-dom" : " catalog:react19 " ,
52
52
"recharts" : " ^2.13.3" ,
53
53
"remark-smartypants" : " ^3.0.2" ,
54
54
"res" : " workspace:*" ,
62
62
"devDependencies" : {
63
63
"@shikijs/transformers" : " ^1.22.2" ,
64
64
"@types/mdx" : " ^2.0.13" ,
65
- "@types/react" : " ^18.3.12 " ,
66
- "@types/react-dom" : " ^18.3.1 " ,
65
+ "@types/react" : " catalog:react19 " ,
66
+ "@types/react-dom" : " catalog:react19 " ,
67
67
"@types/semver" : " ^7.5.8" ,
68
68
"autoprefixer" : " ^10.4.20" ,
69
69
"hast-util-to-jsx-runtime" : " ^2.3.2" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export function Client() {
31
31
)
32
32
const router = useRouter ( )
33
33
34
- const timeoutRef = React . useRef < number > ( )
34
+ const timeoutRef = React . useRef < number | undefined > ( undefined )
35
35
const [ index , setIndex ] = React . useState ( 0 )
36
36
37
37
React . useEffect ( ( ) => {
Original file line number Diff line number Diff line change 22
22
"dependencies" : {
23
23
"next" : " 15.0.3" ,
24
24
"nuqs" : " workspace:*" ,
25
- "react" : " catalog:react19rc " ,
26
- "react-dom" : " catalog:react19rc "
25
+ "react" : " catalog:react19 " ,
26
+ "react-dom" : " catalog:react19 "
27
27
},
28
28
"devDependencies" : {
29
29
"@types/node" : " ^22.9.0" ,
30
- "@types/react" : " ^18.3.12 " ,
31
- "@types/react-dom" : " ^18.3.1 " ,
30
+ "@types/react" : " catalog:react19 " ,
31
+ "@types/react-dom" : " catalog:react19 " ,
32
32
"@types/semver" : " ^7.5.8" ,
33
33
"@types/webpack" : " ^5.28.5" ,
34
34
"babel-plugin-react-compiler" : " 19.0.0-beta-a7bf2bd-20241110" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"nuqs" : " workspace:*" ,
16
- "react" : " catalog:react19rc " ,
17
- "react-dom" : " catalog:react19rc " ,
16
+ "react" : " catalog:react19 " ,
17
+ "react-dom" : " catalog:react19 " ,
18
18
"react-router-dom" : " ^6.28.0"
19
19
},
20
20
"devDependencies" : {
23
23
"@testing-library/react" : " ^16.0.1" ,
24
24
"@testing-library/user-event" : " ^14.5.2" ,
25
25
"@types/node" : " ^22.9.0" ,
26
- "@types/react" : " ^18.3.12 " ,
27
- "@types/react-dom" : " ^18.3.1 " ,
26
+ "@types/react" : " catalog:react19 " ,
27
+ "@types/react-dom" : " catalog:react19 " ,
28
28
"@vitejs/plugin-react" : " ^4.3.3" ,
29
29
"globals" : " ^15.12.0" ,
30
30
"jsdom" : " ^25.0.1" ,
Original file line number Diff line number Diff line change 13
13
},
14
14
"dependencies" : {
15
15
"nuqs" : " workspace:*" ,
16
- "react" : " catalog:react19rc " ,
17
- "react-dom" : " catalog:react19rc "
16
+ "react" : " catalog:react19 " ,
17
+ "react-dom" : " catalog:react19 "
18
18
},
19
19
"devDependencies" : {
20
20
"@testing-library/dom" : " ^10.4.0" ,
21
21
"@testing-library/jest-dom" : " ^6.6.3" ,
22
22
"@testing-library/react" : " ^16.0.1" ,
23
23
"@testing-library/user-event" : " ^14.5.2" ,
24
24
"@types/node" : " ^22.9.0" ,
25
- "@types/react" : " ^18.3.12 " ,
26
- "@types/react-dom" : " ^18.3.1 " ,
25
+ "@types/react" : " catalog:react19 " ,
26
+ "@types/react-dom" : " catalog:react19 " ,
27
27
"@vitejs/plugin-react" : " ^4.3.3" ,
28
28
"globals" : " ^15.12.0" ,
29
29
"jsdom" : " ^25.0.1" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"devDependencies" : {
25
25
"@remix-run/dev" : " ^2.14.0" ,
26
- "@types/react" : " ^18.3.12 " ,
27
- "@types/react-dom" : " ^18.3.1 " ,
26
+ "@types/react" : " catalog:react19 " ,
27
+ "@types/react-dom" : " catalog:react19 " ,
28
28
"@typescript-eslint/eslint-plugin" : " ^8.14.0" ,
29
29
"@typescript-eslint/parser" : " ^8.14.0" ,
30
30
"autoprefixer" : " ^10.4.20" ,
Original file line number Diff line number Diff line change 139
139
"@testing-library/react" : " ^16.0.1" ,
140
140
"@testing-library/user-event" : " ^14.5.2" ,
141
141
"@types/node" : " ^22.9.0" ,
142
- "@types/react" : " ^18.3.12 " ,
143
- "@types/react-dom" : " ^18.3.1 " ,
142
+ "@types/react" : " catalog:react19 " ,
143
+ "@types/react-dom" : " catalog:react19 " ,
144
144
"@vitejs/plugin-react" : " ^4.3.3" ,
145
145
"next" : " 15.0.3" ,
146
- "react" : " catalog:react19rc " ,
147
- "react-dom" : " catalog:react19rc " ,
146
+ "react" : " catalog:react19 " ,
147
+ "react-dom" : " catalog:react19 " ,
148
148
"react-router-dom" : " ^6.28.0" ,
149
149
"size-limit" : " ^11.1.6" ,
150
150
"tsafe" : " ^1.8.4" ,
You can’t perform that action at this time.
0 commit comments