HsuTing / cat-components

My personal React components.
https://hsuting.github.io/cat-components
MIT License
1 stars 0 forks source link

focus error #30

Closed HsuTing closed 7 years ago

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

33