我有一个项目是从react迁移过来的--Apollo2.x -> 3.x。2.x代码库中有这样一行代码: import { MutationProps } from 'react-apollo'; 当我将我的依赖项升级到3.x时,我得到一个错误,说是node_modules/react-apollo/lib has no exported member 'MutationProps'。MutationPr
我正在努力将React应用程序迁移到最新的v17.x版本(从16.13.0)。private apiData: Object | undefined; // the res data, as received from the API 3| undefined;
Line 5:19: Parsing error: Unexpected token
3v3.4.0 reac