constructor()

in src/components/StickyResponsiveSidebar/StickyResponsiveSidebar.js [30:36]


  constructor(props: Props) {
    super(props);

    this.state = {
      open: false,
    };
  }