github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/ui/app/components/safe-link-to.js (about)

     1  import { LinkComponent } from '@ember/legacy-built-in-components';
     2  import classic from 'ember-classic-decorator';
     3  
     4  // Necessary for programmatic routing away pages with <LinkTo>s that contain @query properties.
     5  // (There's an issue with query param calculations in the new component that uses the router service)
     6  // https://github.com/emberjs/ember.js/issues/20051
     7  
     8  @classic
     9  export default class SafeLinkToComponent extends LinkComponent {}