Shopify app-bridge v4 and cdn version 3 naigation meny issue

Hi, I am using both the latest version of the shopify app-bridge because I want to use the contextual save bar, also I am using older cdn version

I am not using React but custom HTML I am making menu using the app-bridge 3 way
const DashboardLink = AppLink.create(ShopifyApp, {
label: ‘Dashboard’,
destination: ‘/proxy/dashboard’,
});

const seoAuditLink = AppLink.create(ShopifyApp, {
    label: 'Product SEO optimization',
    destination: '/proxy/seo-audit',
});

The menus are created, and it work,s but when I click on other links the other links gets highlighted for a second and the home page gets highlighted
navigationMenu.set({ active: richSnippetLink });
This is not working when I console the navigationMenu I can see the active item is correct but it does not show on the app menu

Home Pricing Settings This creates the menu but still does not highlight the current page
1 Like