Sitecore / XM-Cloud-Introduction

A repository containing the code for the MVP & SUGCON Sites, powered by XM Cloud
47 stars 47 forks source link

Pass onToggle to Navigation children and call on link click so menu closes on route changes. #448

Closed matthewgisonno closed 3 months ago

matthewgisonno commented 3 months ago

Description / Motivation

When clicking a link in the mobile menu, the menu doesn't close automatically because Next.js only re-renders components that have changed. To close the menu on navigation, we pass the onToggle function to the link components and call it onClick, triggering a state change and re-render of the menu.

How Has This Been Tested?

Local dev and storybook.

Types of changes

Checklist: