complexcode-de

Results 1 issues of complexcode-de

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...