我有一个项目是从react迁移过来的--Apollo2.x -> 3.x。2.x代码库中有这样一行代码: import { MutationProps } from 'react-apollo'; 当我将我的依赖项升级到3.x时,我得到一个错误,说是node_modules/react-apollo/lib has no exported member 'MutationProps'。MutationProps在3.x中的迁移</e
当我使用es6和jquery的ajax函数时,我得到了this.setState() is not a function错误。我尝试使用this.componentDidmount = this.componentDidmount.bind(this);将其绑定到构造函数中,但仍然无法工作。import React from 'react';
class Use