File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/content/reference/react Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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" : {
You can’t perform that action at this time.
0 commit comments