king
2020-03-04 96455706619a0a2a96a836714e106f4c7a3bfd40
src/components/header/index.jsx
@@ -361,10 +361,6 @@
    this.loadmenu()
  }
  UNSAFE_componentWillReceiveProps () {
  }
  shouldComponentUpdate (nextProps, nextState) {
    return !is(fromJS(this.props), fromJS(nextProps)) || !is(fromJS(this.state), fromJS(nextState))
  }