constructor()

in src/templates/components/Sidebar/Sidebar.js [14:20]


  constructor(props, context) {
    super(props, context);

    this.state = {
      activeSection: props.defaultActiveSection,
    };
  }