@types/testing-library__react/node_modules/@types/react/index“).ReactNode‘.
1、@types/testing-library__react错误原因:@types/react18有一些破换性升级,第三方库定义依赖都没有锁定版本,导致出错2、解决方式使用npm-force-resolutions来强制锁定版本issue"scripts":{"preinstall":"npxnpm-force-resolutions",....},"resolutions":{"@types/