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
constSTRINGS={title: 'A Title',}satisfiesRecord<string,string>;//somewhere in appSTRINGS.title
CMD-click on STRINGS.title works; it takes me to the declaration.
However, CMD click on title declared in the STRINGS object doesn't take me to the references.
Right click + Go to references works. Removing the satisfies fixes the issue.