Calling an async Api call that takes in the returned promise from another Async api call – Reactjs
I am trying to use the data that loadsummoner sets into a state that will hold the json object returned but when trying to call the second function I am getting undefined when making my api call but on the…