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:
Should be able to have correct type on the return of a.get() such that it should know that prop1 exists Actual behavior:
on compile
TSError: Property 'prop1' does not exist on type 'Object'
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
TypeScript Version: 2.3.2
Code
code.ts
types.d.ts
Expected behavior:
Should be able to have correct type on the return of a.get() such that it should know that prop1 exists
Actual behavior:
on compile
TSError: Property 'prop1' does not exist on type 'Object'
The text was updated successfully, but these errors were encountered: