class Component extends React.Component {
      state = {};
      static getDerivedStateFromProps() {
        return null;
      }