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
It happens when there's a compilation error inside of an async/await function. On hover, it shows a type of the async function instead of the hovered value. Works fine with normal functions in the same file.