-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.
Description
TypeScript Version:
3.8.3
Search Terms:
type inference
Reproduction link:
https://codesandbox.io/s/dreamy-chandrasekhar-7pqfh
Steps to reproduce:
Check src/index.ts line 5.
Expected behavior:
Type of a.a is number.
Actual behavior:
Type of a.a is Ref<number>.
Related Issues:
vuejs/core#1083
See the comments in src/index.ts.
Metadata
Metadata
Assignees
Labels
ExternalRelates to another program, environment, or user action which we cannot control.Relates to another program, environment, or user action which we cannot control.