You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working with Next.js and implementing dynamic routes, specifically exploring the use of optional catch-all segments, as documented here.
My question pertains to matching an AppMenuItem with a route structured like pages/shop/[[...slug]].js. I'm seeking guidance on how to dynamically set the AppMenuItem as active based on the current route.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
Hello,
I am currently working with Next.js and implementing dynamic routes, specifically exploring the use of optional catch-all segments, as documented here.
My question pertains to matching an AppMenuItem with a route structured like pages/shop/[[...slug]].js. I'm seeking guidance on how to dynamically set the AppMenuItem as active based on the current route.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: