useLayoutEffect(() => {
    menu.on('change', setSection)
    return () => {
      menu.off('change', setSection)
    }