component: function StatefulMenuOverride()

in components/search.tsx [104:117]


          component: function StatefulMenuOverride(props) {
            return (
              <ThemeProvider theme={LightThemeMove}>
                <StatefulMenu
                  {...props}
                  initialState={{
                    highlightedIndex: activeIndex,
                    isFocused: true,
                    activedescendantId: activePage.key,
                  }}
                />
              </ThemeProvider>
            );
          },