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
Expected behavior:
When rendering MyComponent if i set then i should get an autocomplete option for 'myProp'.
Actual behavior:
no intellisense shown for 'myProp'. If i don't give a value for 'myProp' the compiler does error, but no intellisense autocomplete option is ever shown.
Related Issues:
i posted the issue generally on stackoverflow and a response was that it may be worth logging here and it may be related to bug: TypeScript issue #26004
The text was updated successfully, but these errors were encountered:
3.0.3 also checked on 3.1.0-dev.20180919
typescript visual studio code union types intellisense
Code
Expected behavior:
When rendering MyComponent if i set then i should get an autocomplete option for 'myProp'.
Actual behavior:
no intellisense shown for 'myProp'. If i don't give a value for 'myProp' the compiler does error, but no intellisense autocomplete option is ever shown.
Related Issues:
i posted the issue generally on stackoverflow and a response was that it may be worth logging here and it may be related to bug: TypeScript issue #26004
The text was updated successfully, but these errors were encountered: