-
Notifications
You must be signed in to change notification settings - Fork 47k
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
Upgrade Flow #6957
Upgrade Flow #6957
Conversation
👍 |
Also ignore examples, important because react can be installed by the commonjs one and the modules will get detected there too, resulting in duplicate definitions
Fixed the rest of it too and just combined with other |
@@ -394,9 +394,9 @@ function diffProperties( | |||
// default: fallthrough case when nested properties are defined | |||
removedKeys = null; | |||
removedKeyCount = 0; | |||
// $FlowFixMe - We think that attributeConfig is not | |||
// CustomAttributeConfiguration at this point so we assume | |||
// it must be AttributeConfiguration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gabelevi - Not sure if you or somebody else would want to make this multi-line format work. I would have expected this to work but apparently it doesn't just apply it to the next real code line and presumably just applies it to the next line which in this case was a comment.
@zpao updated the pull request. |
Upgrade Flow (cherry picked from commit d3b36d5)
Upgrade Flow (cherry picked from commit d3b36d5)
Some of this was done in a codemod by @bhosmer.
Since we aren't syncing all the RN stuff in, there are more failures there unrelated to ReactElement but for other reasons. We should clean those up too since flow should actually be failing right now.