File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "@testing-library/user-event" : " ^14.6.1" ,
2323 "@types/node" : " ^25.3.3" ,
2424 "@types/react" : " ^19.2.14" ,
25+ "@types/react-dom" : " ^19.2.3" ,
2526 "@vitejs/plugin-react" : " ^5.1.4" ,
2627 "@vitest/coverage-v8" : " ^4.0.18" ,
2728 "babel-plugin-react-compiler" : " 1.0.0" ,
Original file line number Diff line number Diff line change 11interface LayoutProps {
2- children : React . ReactElement ;
2+ children : React . ReactNode ;
33}
44
55const Layout = ( { children } : LayoutProps ) => {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { render as rtlRender } from "@testing-library/react";
22import { RenderOptions , RenderResult } from "@testing-library/react" ;
33import { HashRouter } from "react-router-dom" ;
44
5- const RouterWrapper = ( { children } : { children : React . ReactElement } ) => {
5+ const RouterWrapper = ( { children } : { children : React . ReactNode } ) => {
66 return < HashRouter > { children } </ HashRouter > ;
77} ;
88
Original file line number Diff line number Diff line change 66 "paths" : {
77 "@/*" : [" ./src/*" ]
88 },
9- "strictNullChecks " : true ,
9+ "strict " : true ,
1010 "target" : " esnext"
1111 },
1212 "include" : [
Original file line number Diff line number Diff line change 798798 dependencies :
799799 undici-types "~7.18.0"
800800
801+ " @types/react-dom@^19.2.3 " :
802+ version "19.2.3"
803+ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c"
804+ integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
805+
801806" @types/react@^19.2.14 " :
802807 version "19.2.14"
803808 resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad"
You can’t perform that action at this time.
0 commit comments