Plugin seems to be broken with latest backstage version: `useLocation() may be used only in the context of a <Router> component.` Overview page works fine but gitlab tab does not. Backstage app created with Backstage version 1.8.3 (Create app version 0.4.34) My plugin configuration is: <EntityLayout.Route if={isGitlabAvailable} path="/gitlab" title="Gitlab"> <EntityGitlabContent /> </EntityLayout.Route>