I’m currently doing the Random Quote generator project, and for some reason, I can’t pass the #9 test.
11/12 atm
Code: https://github.com/fez994/random-quote-react/blob/master/src/App.js
I literally tried everything, don’t know what to do anymore.
I’m currently doing the Random Quote generator project, and for some reason, I can’t pass the #9 test.
11/12 atm
Code: https://github.com/fez994/random-quote-react/blob/master/src/App.js
I literally tried everything, don’t know what to do anymore.
I don’t know what #9 test is. Elaborate?
Nevermind, i fixed it. The problem was in the API that displayed quotes of only 1 author. So that’s why i got the error. Changed api now it works like a charm. 12/12 tests passed.