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
I can't figure out how to capture the popups without them closing - but, In the above example above:
the error on import is
[ts]
Cannot find name 'import
'.
(note the newline)
the errors on line 18 are
[ts] Cannot find name 'con '.
and [ts] Cannot find name 'icon '.
etc...
If I add lines above, the errors stay in place (character count wise). i.e. if I were to add let x = 1 after const mClassName... the errors would offset 9 characters (flowing up lines if necessary).
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered:
@tills13 If you're able to reliably reproduce this, can you please try installing typescript@next in your workspace and enabling it to see if the problem has been resolved upstream
I played around with TS 2.6.0-dev.20171012 a little bit today and it seems to have fixed it. I will keep my eye on it over the next couple days and post here if I run into anything (or if I don't)
Steps to Reproduce:
.ts/x
fileI can't figure out how to capture the popups without them closing - but, In the above example above:
import
is(note the newline)
[ts] Cannot find name 'con '.
and
[ts] Cannot find name 'icon '.
etc...
If I add lines above, the errors stay in place (character count wise). i.e. if I were to add
let x = 1
afterconst mClassName...
the errors would offset 9 characters (flowing up lines if necessary).Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: