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

Removed useless typechecking #11323

Merged
merged 1 commit into from Oct 22, 2017
Merged

Conversation

vvozibic
Copy link
Contributor

@gaearon After our dialog (https://github.com/facebook/react/pull/10227/files#r146112953) I delete this useless typechecking. I tried to add a flow to the file, but flow found 23 errors. I think I can fix these errors later, but I need help with types. Some files and functions in package React don't have typings. I can add any type, but this is a bad practice.

Do you have a plan to add flow typechecking for all files in React package or not?
If you have, we can talk about it and gradually add typing for all files.

@gaearon gaearon merged commit a30d01a into facebook:master Oct 22, 2017
@gaearon
Copy link
Collaborator

gaearon commented Oct 22, 2017

Yes. We are in a good place now to start increasing Flow coverage. So if you'd like to raise an issue discussing the strategy that would be great.

Ethan-Arrowood pushed a commit to Ethan-Arrowood/react that referenced this pull request Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants