Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type of property is not inferred from base class #14684

Closed
Lenne231 opened this issue Mar 16, 2017 · 2 comments
Closed

Type of property is not inferred from base class #14684

Lenne231 opened this issue Mar 16, 2017 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@Lenne231
Copy link

TypeScript Version: 2.2.1

Is it possible to infer the type of state from the base class instead of being explicit?
This would be very useful for reactjs.

Code
image

Expected behavior:

state should be of type { tags: string[] }

Actual behavior:

state is of type { tags: any[] }

@Lenne231
Copy link
Author

class MyComponent extends Component<State> {
    state = { tags: [] }
}

@RyanCavanaugh
Copy link
Member

#10570

@RyanCavanaugh RyanCavanaugh added the Duplicate An existing issue was already created label Mar 16, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants