Closed HsuTing closed 7 years ago
shouldComponentUpdate(nextProps, nextState) { return ( !areEqual(this.state._radiumStyleState, nextState._radiumStyleState) ); }