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
Maybe this is a bad practice, but it does actually work despite glint being unhappy.
app/components/sortable-header.hbs:3:5 - error TS2345: Argument of type '{ query: { sortKey: string; }; }' is not assignable to parameter of type 'LinkToArgs'.
Property 'route' is missing in type '{ query: { sortKey: string; }; }' but required in type 'LinkToArgs'.
3 <LinkTo @query={{hash sortKey=this.sortKey}}>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 <span class="sortable-header-name">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
13 </span>
~~~~~~~~~~~~~
14 </LinkTo>
The text was updated successfully, but these errors were encountered:
Maybe this is a bad practice, but it does actually work despite glint being unhappy.
The text was updated successfully, but these errors were encountered: