I get the error :
Cannot read property 'then' of undefined
when I run my react project The code is as follows
getQuestions = () => { quickService().then(question => { this.setState({ questionBank: question }); }); };
1.4m articles
1.4m replys
5 comments
57.0k users