贪心联邦学习与隐私计算研修
this.updater = updater || ReactNoopUpdateQueue;}const pureComponentPrototype = (PureComponent.prototype = new ComponentDummy()); // PureComponent.prototype.__proto__ === Component.prototypepureComponentPrototype.constructor = PureComponent; // PureComponent.prototype.constructor = PureComponentObject.assign(pureComponentPrototype, Component.prototype); // pureComponentPrototype.isPureReactComponent = true;