Ui-nav-menu unexpected behaviour

Hey team,

The rel="home" inside the ui-nav-menu doesn’t work as it used to work.

Expected behaviour:

Current behaviour

<ui-nav-menu>
  <a href="<%= app_root_path(shop: @shop_origin) %>" rel="home">Booksify</a>
  <a href="<%= app_library_path(shop: @shop_origin) %>">Library</a>
  <a href="<%= billing_app_settings_path(shop: @shop_origin) %>">Billing</a>
</ui-nav-menu>

The rel="home" is skipped by the app-bridge.
The Library link becomes active nav item.

It used to work until 1-2 weeks ago, the Home link was active on the root page and we didn’t changed anything on our end.

Is there anything wrong on our end?
Was the ui-nav-menu API changed?

Thank you!

There is a thread about this issue; the bug appears to be fixed for some but not for others. You can follow along here: Embedded App Navigation Bug on Root Path (Affects All Apps)

Thank you @RyanPhillips !