We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm calling the the fetch method in
async componentWillMount() { connectAPI(await AsyncStorage.getItem('userToken')); // this._fetchMore(); await ProductCollection.fetch(); }
I got following error when I'm fetching the collection.
Possible Unhandled Promise Rejection (id: 0): ErrorObject { "error": null, "payload": Object {}, "requestResponse": null, }
What I'm doing wrong?
The text was updated successfully, but these errors were encountered:
What is the API returning? fetch will fail if the request fails.
fetch
Sorry, something went wrong.
ping
No branches or pull requests
I'm calling the the fetch method in
I got following error when I'm fetching the collection.
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: