Ingus Jansons
Results
1
comments of
Ingus Jansons
Have you tried ensuring your `.catch` was first and `.then` following it? Weirdly enough, that fixed this same issue for me. ```js const callMyFunction = callFunction({ username: this.state.username }) .catch((error)...