Uh oh!
There was an error while loading. Please reload this page.
Make sure xhr req header's value is String type - #10222
Conversation
facebook-github-bot
commented
Oct 3, 2016
By analyzing the blame information on this pull request, we identified @philikon and @davidaurelio to be potential reviewers. |
There was a problem hiding this comment.
Add missing deps, make scripts/run-android-local-unit-tests.sh happy
facebook-github-bot
commented
Oct 7, 2016
@leeight updated the pull request - view changes |
facebook-github-bot
commented
Oct 12, 2016
@leeight updated the pull request - view changes |
There was a problem hiding this comment.
In the NetworkingModule.java, header.getString(1) was called, so the value must be String type.
facebook-github-bot
commented
Oct 21, 2016
@leeight updated the pull request - view changes |
lacker
commented
Oct 25, 2016
Arguably code should not be using this but it seems worth it to get firebase files working. The dependency thing looks like it already got fixed, though, so now Circle CI is complaining that that dependency is a duplicate. Could you fix that and then I'll ship this? |
In the `NetworkingModule.java`, `header.getString(1)` was called, so the value must be String type. FIXreact#10198
leeight
commented
Oct 26, 2016
@lacker Done. |
lacker
commented
Oct 26, 2016
@facebook-github-bot shipit |
facebook-github-bot
commented
Oct 26, 2016
@lacker has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
In the
NetworkingModule.java,header.getString(1)wascalled, so the value must be String type.
FIX#10198